We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 940080b commit 1dc4ed4Copy full SHA for 1dc4ed4
.github/workflows/build.yml
@@ -25,26 +25,26 @@ jobs:
25
strategy:
26
fail-fast: false
27
matrix:
28
- job_name: ['go1.20', 'go1.19', 'go1.18']
+ job_name: ['go1.22', 'go1.21', 'go1.20']
29
30
include:
31
- - job_name: go1.20
+ - job_name: go1.22
32
os: ubuntu-latest
33
- go: '1.20.x'
+ go: '1.22.x'
34
gotests: true
35
integrationtest: true
36
check: true
37
38
- - job_name: go1.19
+ - job_name: go1.21
39
40
- go: '1.19.x'
+ go: '1.21.x'
41
42
43
check: false
44
45
- - job_name: go1.18
+ - job_name: go1.20
46
47
- go: '1.18.x'
+ go: '1.20.x'
48
49
50
0 commit comments