We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d97ea70 commit 9e87bf1Copy full SHA for 9e87bf1
1 file changed
.github/workflows/build.yml
@@ -22,7 +22,8 @@ jobs:
22
matrix:
23
go: [
24
'1.24',
25
- '1.25'
+ '1.25',
26
+ '1.26'
27
]
28
29
steps:
0 commit comments