Skip to content

Commit c0abc43

Browse files
committed
chore: update go version to 1.24.6
1 parent ad9fdac commit c0abc43

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export GOPROXY
3333
export GO111MODULE=on
3434

3535
# Go version
36-
GOLANG_VERSION := 1.23.9
36+
GOLANG_VERSION := 1.24.6
3737

3838
# Kubebuilder
3939
export KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.32.0

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ tilt_helper_dockerfile_header = """
100100
# Tilt image
101101
FROM 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
105105
RUN 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 && \

hack/tools/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module 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

77
require sigs.k8s.io/cluster-api/hack/tools v0.0.0-20250520093716-525566440a77
88

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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]]

0 commit comments

Comments
 (0)