File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed 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.23.9 @sha256:1cc01afde44821895ea712b5b4b802ef3c3ddeb7a7bb3f2e69c19bbc5877dace as builder
16+ FROM golang:1.24.6 @sha256:ec428de7d307550fb36d383524328a30701b1f5c3e72c30d35ab9c64498441bb 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 @@ -98,7 +98,7 @@ def validate_auth():
9898
9999tilt_helper_dockerfile_header = """
100100# Tilt image
101- FROM golang:1.23 .6 as tilt-helper
101+ FROM golang:1.24 .6 as tilt-helper
102102# Install delve. Note this should be kept in step with the Go release minor version.
103103RUN go install github.com/go-delve/delve/cmd/[email protected] 104104# Support live reloading with Tilt
@@ -109,7 +109,7 @@ RUN wget --output-document /restart.sh --quiet https://raw.githubusercontent.com
109109"""
110110
111111tilt_dockerfile_header = """
112- FROM golang:1.23 .6 as tilt
112+ FROM golang:1.24 .6 as tilt
113113WORKDIR /
114114COPY --from=tilt-helper /process.txt .
115115COPY --from=tilt-helper /start.sh .
Original file line number Diff line number Diff line change 11module sigs.k8s.io/cluster-api-provider-gcp
22
3- go 1.23.7
3+ go 1.24.6
44
55require (
66 cloud.google.com/go/compute v1.44.0
You can’t perform that action at this time.
0 commit comments