File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1818
1919 - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2020 with :
21- go-version : " 1.22 "
21+ go-version : " 1.23 "
2222 check-latest : true
2323 cache : false
2424
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515# Build the manager binary
16- FROM golang:1.22.11 @sha256:d5b17d684180648e16ea974bea677498945e8b619f7b26325958d8d99e97f9ea as builder
16+ FROM golang:1.23.7 @sha256:7fb9682dbc6c9743cd911cedb39c84790e8dfeaaf87d229b78f3f6658fce507a as builder
1717WORKDIR /workspace
1818
1919# Run this with docker build --build_arg $(go env GOPROXY) to override the goproxy
Original file line number Diff line number Diff line change 11module sigs.k8s.io/cluster-api-provider-gcp
22
3- go 1.22.0
4- toolchain go1.24.1
3+ go 1.23.7
54
65require (
76 cloud.google.com/go/compute v1.34.1
You can’t perform that action at this time.
0 commit comments