Skip to content

Commit 3a66485

Browse files
committed
Update Go version in CI workflow to 1.24
1 parent 5f45c11 commit 3a66485

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
go-version: ['1.21', '1.22', '1.23']
14+
go-version: ['1.24']
1515

1616
steps:
1717
- uses: actions/checkout@v6
@@ -28,7 +28,7 @@ jobs:
2828
run: go test -v -race -coverprofile=coverage.out ./...
2929

3030
- name: Upload coverage
31-
if: matrix.go-version == '1.23'
31+
if: matrix.go-version == '1.24'
3232
uses: codecov/codecov-action@v5
3333
with:
3434
files: coverage.out
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set up Go
4343
uses: actions/setup-go@v5
4444
with:
45-
go-version: '1.23'
45+
go-version: '1.24'
4646

4747
- name: golangci-lint
4848
uses: golangci/golangci-lint-action@v9

0 commit comments

Comments
 (0)