File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed
Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2424 - uses : actions/checkout@v4.1.2
2525 - uses : actions/setup-go@v5 # default version of go is 1.10
2626 with :
27- go-version : 1.21.11
27+ go-version : 1.22.6
2828 - name : Install Carvel Tools
2929 run : ./hack/install-deps.sh
3030 # Run benchmark with `go test -bench` and stores the output to a file
Original file line number Diff line number Diff line change 1616 - name : Set up Go 1.x
1717 uses : actions/setup-go@v5
1818 with :
19- go-version : 1.21.11
19+ go-version : 1.22.6
2020 - name : Update Dependencies File
2121 run : go run ./hack/dependencies.go update
2222 - name : Create Pull Request
Original file line number Diff line number Diff line change 2121 - name : Set up Go 1.x
2222 uses : actions/setup-go@v5
2323 with :
24- go-version : 1.21.11
24+ go-version : 1.22.6
2525 - uses : actions/checkout@v4.1.2
2626 with :
2727 fetch-depth : ' 0'
Original file line number Diff line number Diff line change 2727 fetch-depth : 0
2828 - uses : actions/setup-go@v5 # default version of go is 1.10
2929 with :
30- go-version : 1.21.11
30+ go-version : 1.22.6
3131 - name : Install Carvel Tools
3232 run : ./hack/install-deps.sh
3333 # Run benchmark with `go test -bench` and stores the output to a file
Original file line number Diff line number Diff line change 3939 - name : Set up Go 1.x
4040 uses : actions/setup-go@v5
4141 with :
42- go-version : 1.21.11
42+ go-version : 1.22.6
4343
4444 - name : Set up Cosign
4545 uses : sigstore/cosign-installer@v3.4.0
Original file line number Diff line number Diff line change 2626 - name : Set up Go 1.x
2727 uses : actions/setup-go@v5
2828 with :
29- go-version : 1.21.11
29+ go-version : 1.22.6
3030 - name : Check out code
3131 uses : actions/checkout@v4.1.2
3232 with :
Original file line number Diff line number Diff line change 2424 - name : Set up Go 1.x
2525 uses : actions/setup-go@v5
2626 with :
27- go-version : 1.21.11
27+ go-version : 1.22.6
2828 - name : Check out code
2929 uses : actions/checkout@v4.1.2
3030 with :
Original file line number Diff line number Diff line change 7070 - name : Set up Go 1.x
7171 uses : actions/setup-go@v5
7272 with :
73- go-version : 1.21.11
73+ go-version : 1.22.6
7474 - name : Build the kapp-controller artifacts
7575 run : |
7676 ./hack/install-deps.sh
Original file line number Diff line number Diff line change 2626 - name : Set up Go 1.x
2727 uses : actions/setup-go@v5
2828 with :
29- go-version : 1.21.11
29+ go-version : 1.22.6
3030 - name : Check out code
3131 uses : actions/checkout@v4.1.2
3232 - name : Install Carvel Tools
Original file line number Diff line number Diff line change 1- FROM --platform=$BUILDPLATFORM golang:1.21.11 AS deps
1+ FROM --platform=$BUILDPLATFORM golang:1.22.6 AS deps
22
33ARG TARGETOS TARGETARCH KCTRL_VER=development
44WORKDIR /workspace
You can’t perform that action at this time.
0 commit comments