From 86e37f6e6605b988dbd8863ebefb9676129e7bdb Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Wed, 15 Oct 2025 11:38:36 -0600 Subject: [PATCH] Bump Go to v1.24.9 --- Makefile | 2 +- Tiltfile | 4 ++-- netlify.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index c4c8a3eb4585..83270cd4a22d 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ SHELL:=/usr/bin/env bash # # Go. # -GO_VERSION ?= 1.24.8 +GO_VERSION ?= 1.24.9 GO_DIRECTIVE_VERSION ?= 1.24.0 GO_CONTAINER_IMAGE ?= docker.io/library/golang:$(GO_VERSION) diff --git a/Tiltfile b/Tiltfile index 4ca8798199b2..f9d62e2be08f 100644 --- a/Tiltfile +++ b/Tiltfile @@ -172,7 +172,7 @@ def load_provider_tilt_files(): tilt_helper_dockerfile_header = """ # Tilt image -FROM golang:1.24.8 as tilt-helper +FROM golang:1.24.9 as tilt-helper # Install delve. Note this should be kept in step with the Go release minor version. RUN go install github.com/go-delve/delve/cmd/dlv@v1.24 # Support live reloading with Tilt @@ -183,7 +183,7 @@ RUN wget --output-document /restart.sh --quiet https://raw.githubusercontent.com """ tilt_dockerfile_header = """ -FROM golang:1.24.8 as tilt +FROM golang:1.24.9 as tilt WORKDIR / COPY --from=tilt-helper /process.txt . COPY --from=tilt-helper /start.sh . diff --git a/netlify.toml b/netlify.toml index a36371afb269..c52c15af9d35 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,7 +4,7 @@ publish = "docs/book/book" [build.environment] - GO_VERSION = "1.24.8" + GO_VERSION = "1.24.9" # Standard Netlify redirects [[redirects]]