File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export GOPROXY
3333export GO111MODULE =on
3434
3535# Go version
36- GOLANG_VERSION := 1.23.9
36+ GOLANG_VERSION := 1.24.6
3737
3838# Kubebuilder
3939export KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.32.0
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ tilt_helper_dockerfile_header = """
100100# Tilt image
101101FROM golang:1.24.6 as tilt-helper
102102# Install delve. Note this should be kept in step with the Go release minor version.
103- RUN go install github.com/go-delve/delve/cmd/dlv@v1.23
103+ RUN go install github.com/go-delve/delve/cmd/dlv@v1.24
104104# Support live reloading with Tilt
105105RUN wget --output-document /restart.sh --quiet https://raw.githubusercontent.com/tilt-dev/rerun-process-wrapper/master/restart.sh && \
106106 wget --output-document /start.sh --quiet https://raw.githubusercontent.com/tilt-dev/rerun-process-wrapper/master/start.sh && \
Original file line number Diff line number Diff line change 11module sigs.k8s.io/cluster-api-provider-gcp/hack/tools
22
3- go 1.23 .0
3+ go 1.24 .0
44
5- toolchain go1.24.2
5+ toolchain go1.24.6
66
77require sigs.k8s.io/cluster-api/hack/tools v0.0.0-20250520093716-525566440a77
88
Original file line number Diff line number Diff line change 44 publish = " docs/book/book"
55
66[build .environment ]
7- GO_VERSION = " 1.21.10 "
7+ GO_VERSION = " 1.24.6 "
88
99# Standard Netlify redirects
1010[[redirects ]]
You can’t perform that action at this time.
0 commit comments