Skip to content

Commit 1225060

Browse files
committed
ci: update go
1 parent 4ff2361 commit 1225060

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Go
1818
uses: actions/setup-go@v5
1919
with:
20-
go-version: '1.22.x'
20+
go-version: '1.24.x'
2121
cache: false
2222

2323
- name: Get Go environment

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
matrix:
1515
flags: [""]
1616
go:
17-
- "1.21"
18-
- "1.22"
17+
- "1.23"
18+
- "1.24"
1919
arch:
2020
- amd64
2121
runner:
@@ -24,11 +24,11 @@ jobs:
2424
include:
2525
- arch: amd64
2626
runner: windows-latest
27-
go: "1.22"
27+
go: "1.24"
2828
flags: "-p=1"
2929

3030
- arch: amd64
31-
go: "1.22"
31+
go: "1.24"
3232
runner: ubuntu-latest
3333
flags: "-race"
3434

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install Go
1313
uses: actions/setup-go@v5
1414
with:
15-
go-version: '1.22.x'
15+
go-version: '1.24.x'
1616
cache: false
1717

1818
- name: Get Go environment

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install Go
2020
uses: actions/setup-go@v5
2121
with:
22-
go-version: '1.22.x'
22+
go-version: '1.24.x'
2323
cache: false
2424

2525
# Note that we deliberately don’t restore GOCACHE.

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Go
1818
uses: actions/setup-go@v5
1919
with:
20-
go-version: 1.22.x
20+
go-version: 1.24.x
2121

2222
- name: Get Go environment
2323
id: go-env
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install Go
4848
uses: actions/setup-go@v5
4949
with:
50-
go-version: 1.22.x
50+
go-version: 1.24.x
5151

5252
- name: Get Go environment
5353
id: go-env

.github/workflows/update-schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install Go
3636
uses: actions/setup-go@v5
3737
with:
38-
go-version: '1.22.x'
38+
go-version: '1.24.x'
3939
cache: false
4040

4141
- name: Get Go environment

0 commit comments

Comments
 (0)