File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 16
16
- name : Setup Go
17
17
uses : actions/setup-go@v3
18
18
with :
19
- go-version : 1.19 .x
19
+ go-version : 1.20 .x
20
20
- name : Restore Go cache
21
21
uses : actions/cache@v3
22
22
with :
Original file line number Diff line number Diff line change 43
43
- name : Setup Go
44
44
uses : actions/setup-go@v3
45
45
with :
46
- go-version : 1.19 .x
46
+ go-version : 1.20 .x
47
47
- name : Setup Kubernetes
48
48
uses : helm/kind-action@v1.5.0
49
49
with :
Original file line number Diff line number Diff line change 33
33
- name : Setup Go
34
34
uses : actions/setup-gov3
35
35
with :
36
- go-version : 1.19 .x
36
+ go-version : 1.20 .x
37
37
- name : Download modules
38
38
run : |
39
39
make tidy
58
58
- name : Setup Go
59
59
uses : actions/setup-go@v3
60
60
with :
61
- go-version : 1.19 .x
61
+ go-version : 1.20 .x
62
62
- name : Initialize CodeQL
63
63
uses : github/codeql-action/init@v2
64
64
with :
Original file line number Diff line number Diff line change 1
- ARG GO_VERSION=1.19
1
+ ARG GO_VERSION=1.20
2
2
ARG XX_VERSION=1.1.0
3
3
4
4
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ api-docs: gen-crd-api-reference-docs
85
85
86
86
# Run go mod tidy
87
87
tidy :
88
- cd api; rm -f go.sum; go mod tidy -compat=1.19
89
- rm -f go.sum; go mod tidy -compat=1.19
88
+ cd api; rm -f go.sum; go mod tidy -compat=1.20
89
+ rm -f go.sum; go mod tidy -compat=1.20
90
90
91
91
# Run go fmt against code
92
92
fmt :
You can’t perform that action at this time.
0 commit comments