We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dbb967 commit a98b431Copy full SHA for a98b431
1 file changed
.github/workflows/go.yml
@@ -9,6 +9,8 @@ jobs:
9
matrix:
10
go: [
11
'1.23',
12
+ '1.24',
13
+ '1.25',
14
]
15
16
steps:
0 commit comments