Skip to content

Commit a6503f1

Browse files
authored
[chore] Update CI to use Go 1.24 (#423)
1 parent fbf1e26 commit a6503f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: ["ubuntu-latest", "windows-latest"]
21-
go: ["1.22.x", "1.23.x"]
21+
go: ["1.23.x", "1.24.x"]
2222

2323
steps:
2424
- name: Setup Go
@@ -49,7 +49,7 @@ jobs:
4949
- name: Setup Go
5050
uses: actions/setup-go@v5
5151
with:
52-
go-version: 1.22.x
52+
go-version: 1.24.x
5353
cache: false # managed by golangci-lint
5454

5555
- uses: golangci/golangci-lint-action@v3

0 commit comments

Comments
 (0)