We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5284348 commit 4457cb4Copy full SHA for 4457cb4
1 file changed
.github/workflows/go.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
strategy:
16
matrix:
17
- go: ['1.22.x', '1.23.x']
+ go: ['1.24.x', '1.25.x']
18
steps:
19
- uses: actions/checkout@v4
20
@@ -36,7 +36,7 @@ jobs:
36
run: go test -race -v ./...
37
38
- name: Coveralls
39
- if: ${{ startsWith(matrix.go, '1.23') && github.event_name == 'push' }}
+ if: ${{ startsWith(matrix.go, '1.25') && github.event_name == 'push' }}
40
env:
41
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
run: |
0 commit comments