Skip to content

Commit e7beb14

Browse files
committed
[chore] run CI on Go 1.24
1 parent d0d12e9 commit e7beb14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: ["ubuntu-latest", "windows-latest"]
22-
go: ["1.21.x", "1.22.x"]
22+
go: ["1.23.x", "1.24.x"]
2323

2424
steps:
2525
- name: Checkout code
@@ -52,7 +52,7 @@ jobs:
5252
- name: Setup Go
5353
uses: actions/setup-go@v5
5454
with:
55-
go-version: 1.22.x
55+
go-version: 1.24.x
5656

5757
- name: Test
5858
run: make cover COVER_MODULES=./docs
@@ -68,7 +68,7 @@ jobs:
6868
- name: Setup Go
6969
uses: actions/setup-go@v5
7070
with:
71-
go-version: 1.22.x
71+
go-version: 1.24.x
7272
cache: false # managed by golangci-lint
7373

7474
- uses: golangci/golangci-lint-action@v6

0 commit comments

Comments
 (0)