Skip to content

Commit 3ff07f8

Browse files
committed
build: update go versions in CI to go1.25
1 parent c29ced9 commit 3ff07f8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build.yml

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

3030
include:
31-
- job_name: go1.24
31+
- job_name: go1.25
3232
os: ubuntu-latest
33-
go: '1.24.x'
33+
go: '1.25.x'
3434
gotests: true
3535
integrationtest: true
3636
check: true
3737

38-
- job_name: go1.23
38+
- job_name: go1.24
3939
os: ubuntu-latest
40-
go: '1.23.x'
40+
go: '1.24.x'
4141
gotests: true
4242
integrationtest: true
4343
check: false
4444

45-
- job_name: go1.22
45+
- job_name: go1.23
4646
os: ubuntu-latest
47-
go: '1.22.x'
47+
go: '1.23.x'
4848
gotests: true
4949
integrationtest: true
5050
check: false
5151

52-
- job_name: go1.21
52+
- job_name: go1.22
5353
os: ubuntu-latest
54-
go: '1.21.x'
54+
go: '1.22.x'
5555
gotests: true
5656
integrationtest: true
5757
check: false

0 commit comments

Comments
 (0)