File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change 26
26
- name : Setup Go
27
27
uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
28
28
with :
29
- go-version : ' 1.21 '
29
+ go-version : ' 1.22 '
30
30
- name : Checkout repo
31
31
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
32
32
@@ -46,32 +46,31 @@ jobs:
46
46
matrix :
47
47
include :
48
48
- type : vet
49
- goversion : ' 1.21'
49
+ goversion : ' 1.22'
50
+
51
+ - type : extras
52
+ goversion : ' 1.22'
50
53
51
54
- type : tests
52
- goversion : ' 1.21 '
55
+ goversion : ' 1.22 '
53
56
54
57
- type : tests
55
- goversion : ' 1.21 '
58
+ goversion : ' 1.22 '
56
59
testflags : -race
57
60
58
61
- type : tests
59
- goversion : ' 1.21 '
62
+ goversion : ' 1.22 '
60
63
goarch : 386
61
64
62
65
- type : tests
63
- goversion : ' 1.21 '
66
+ goversion : ' 1.22 '
64
67
goarch : arm64
65
68
66
69
- type : tests
67
- goversion : ' 1.20'
68
-
69
- - type : tests
70
- goversion : ' 1.19'
71
-
72
- - type : extras
73
70
goversion : ' 1.21'
74
71
72
+ - type : tests
73
+ goversion : ' 1.20'
75
74
steps :
76
75
# Setup the environment.
77
76
- name : Setup GOARCH
You can’t perform that action at this time.
0 commit comments