We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f45c11 commit 3a66485Copy full SHA for 3a66485
1 file changed
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- go-version: ['1.21', '1.22', '1.23']
+ go-version: ['1.24']
15
16
steps:
17
- uses: actions/checkout@v6
@@ -28,7 +28,7 @@ jobs:
28
run: go test -v -race -coverprofile=coverage.out ./...
29
30
- name: Upload coverage
31
- if: matrix.go-version == '1.23'
+ if: matrix.go-version == '1.24'
32
uses: codecov/codecov-action@v5
33
with:
34
files: coverage.out
@@ -42,7 +42,7 @@ jobs:
42
- name: Set up Go
43
uses: actions/setup-go@v5
44
45
- go-version: '1.23'
+ go-version: '1.24'
46
47
- name: golangci-lint
48
uses: golangci/golangci-lint-action@v9
0 commit comments