Skip to content

Commit d0b774e

Browse files
committed
build: update go versions in CI to go1.24
1 parent 61bf000 commit d0b774e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,22 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
job_name: ['go1.23', 'go1.22', 'go1.21']
28+
job_name: ['go1.24', 'go1.23', 'go1.22', 'go1.21']
2929

3030
include:
31+
- job_name: go1.24
32+
os: ubuntu-latest
33+
go: '1.24.x'
34+
gotests: true
35+
integrationtest: true
36+
check: true
37+
3138
- job_name: go1.23
3239
os: ubuntu-latest
3340
go: '1.23.x'
3441
gotests: true
3542
integrationtest: true
36-
check: true
43+
check: false
3744

3845
- job_name: go1.22
3946
os: ubuntu-latest

0 commit comments

Comments
 (0)