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 2626 - name : Setup Go
2727 uses : actions/setup-go@v3
2828 with :
29- go-version : ' 1.20 '
29+ go-version : ' 1.21 '
3030 - name : Checkout repo
3131 uses : actions/checkout@v3
3232
@@ -46,31 +46,31 @@ jobs:
4646 matrix :
4747 include :
4848 - type : vet
49- goversion : ' 1.20 '
49+ goversion : ' 1.21 '
5050
5151 - type : tests
52- goversion : ' 1.20 '
52+ goversion : ' 1.21 '
5353
5454 - type : tests
55- goversion : ' 1.20 '
55+ goversion : ' 1.21 '
5656 testflags : -race
5757
5858 - type : tests
59- goversion : ' 1.20 '
59+ goversion : ' 1.21 '
6060 goarch : 386
6161
6262 - type : tests
63- goversion : ' 1.20 '
63+ goversion : ' 1.21 '
6464 goarch : arm64
6565
6666 - type : tests
67- goversion : ' 1.19 '
67+ goversion : ' 1.20 '
6868
6969 - type : tests
70- goversion : ' 1.18 '
70+ goversion : ' 1.19 '
7171
7272 - type : extras
73- goversion : ' 1.20 '
73+ goversion : ' 1.21 '
7474
7575 steps :
7676 # Setup the environment.
You can’t perform that action at this time.
0 commit comments