Skip to content

Commit 1d82c96

Browse files
authored
Add Go version 1.25 to CI workflow
1 parent e6e838c commit 1d82c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
strategy:
1313
matrix:
1414
go-version:
15-
- "1.23"
1615
- "1.24"
16+
- "1.25"
1717
name: lint and test
1818
runs-on: ubuntu-latest
1919
steps:

0 commit comments

Comments
 (0)