Skip to content

Commit 1dc4ed4

Browse files
committed
build: update go versions
1 parent 940080b commit 1dc4ed4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,26 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
job_name: ['go1.20', 'go1.19', 'go1.18']
28+
job_name: ['go1.22', 'go1.21', 'go1.20']
2929

3030
include:
31-
- job_name: go1.20
31+
- job_name: go1.22
3232
os: ubuntu-latest
33-
go: '1.20.x'
33+
go: '1.22.x'
3434
gotests: true
3535
integrationtest: true
3636
check: true
3737

38-
- job_name: go1.19
38+
- job_name: go1.21
3939
os: ubuntu-latest
40-
go: '1.19.x'
40+
go: '1.21.x'
4141
gotests: true
4242
integrationtest: true
4343
check: false
4444

45-
- job_name: go1.18
45+
- job_name: go1.20
4646
os: ubuntu-latest
47-
go: '1.18.x'
47+
go: '1.20.x'
4848
gotests: true
4949
integrationtest: true
5050
check: false

0 commit comments

Comments
 (0)