Skip to content

Commit 9e87bf1

Browse files
committed
Add Go 1.26 to build
1 parent d97ea70 commit 9e87bf1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
matrix:
2323
go: [
2424
'1.24',
25-
'1.25'
25+
'1.25',
26+
'1.26'
2627
]
2728

2829
steps:

0 commit comments

Comments
 (0)