We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23b064d commit 85ff0e7Copy full SHA for 85ff0e7
1 file changed
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
test:
20
strategy:
21
matrix:
22
- go: ['1.23.x', '1.24.x']
+ go: ['1.24.x', '1.25.x']
23
os: [ubuntu-latest]
24
runs-on: ${{ matrix.os }}
25
steps:
0 commit comments