We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1.25.x
1 parent d62fc3a commit d74ffe7Copy full SHA for d74ffe7
1 file changed
.github/workflows/go_test.yml
@@ -9,7 +9,7 @@ jobs:
9
test:
10
strategy:
11
matrix:
12
- go-version: [1.24.x]
+ go-version: [ '1.24.x', '1.25.x' ]
13
os: [ubuntu-latest]
14
runs-on: ${{ matrix.os }}
15
0 commit comments