File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2020 - name : Setup Go
2121 uses : actions/setup-go@v3
2222 with :
23- go-version : 1.19 .x
23+ go-version : 1.20 .x
2424 - id : go-env
2525 run : |
2626 echo "go-mod-cache=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 2323 - name : Setup Go
2424 uses : actions/setup-go@v3
2525 with :
26- go-version : 1.19 .x
26+ go-version : 1.20 .x
2727 - name : Restore Go cache
2828 uses : actions/cache@v3
2929 with :
6262 - name : Setup Go
6363 uses : actions/setup-go@v3
6464 with :
65- go-version : 1.19 .x
65+ go-version : 1.20 .x
6666 - name : Enable integration tests
6767 # Only run integration tests for main branch
6868 if : github.ref == 'refs/heads/main'
Original file line number Diff line number Diff line change 3434 - name : Set up Go
3535 uses : actions/setup-go@v2
3636 with :
37- go-version : 1.19 .x
37+ go-version : 1.20 .x
3838 - name : Initialize CodeQL
3939 uses : github/codeql-action/init@v2
4040 with :
Original file line number Diff line number Diff line change 2424 - name : Setup Go
2525 uses : actions/setup-go@v3
2626 with :
27- go-version : 1.19 .x
27+ go-version : 1.20 .x
2828 - name : Restore Go cache
2929 uses : actions/cache@v3
3030 with :
4949 - name : Setup Go
5050 uses : actions/setup-go@v3
5151 with :
52- go-version : 1.19 .x
52+ go-version : 1.20 .x
5353 - name : Run tests
5454 env :
5555 SKIP_COSIGN_VERIFICATION : true
8080 - name : Setup Go
8181 uses : actions/setup-go@v3
8282 with :
83- go-version : 1.19 .x
83+ go-version : 1.20 .x
8484 - name : Restore Go cache
8585 uses : actions/cache@v3
8686 with :
Original file line number Diff line number Diff line change 2424 - name : Setup Go
2525 uses : actions/setup-go@v3
2626 with :
27- go-version : 1.19 .x
27+ go-version : 1.20 .x
2828 - name : Restore Go cache
2929 uses : actions/cache@v3
3030 with :
Original file line number Diff line number Diff line change 11ARG BASE_VARIANT=alpine
2- ARG GO_VERSION=1.19
2+ ARG GO_VERSION=1.20
33ARG XX_VERSION=1.1.2
44
55FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ api-docs: gen-crd-api-reference-docs ## Generate API reference documentation
120120 $(GEN_CRD_API_REFERENCE_DOCS ) -api-dir=./api/v1beta2 -config=./hack/api-docs/config.json -template-dir=./hack/api-docs/template -out-file=./docs/api/source.md
121121
122122tidy : # # Run go mod tidy
123- cd api; rm -f go.sum; go mod tidy -compat=1.19
124- rm -f go.sum; go mod tidy -compat=1.19
123+ cd api; rm -f go.sum; go mod tidy -compat=1.20
124+ rm -f go.sum; go mod tidy -compat=1.20
125125
126126fmt : # # Run go fmt against code
127127 go fmt ./...
You can’t perform that action at this time.
0 commit comments