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