From 03c99b0287968952af454c3c15ce6636e022e658 Mon Sep 17 00:00:00 2001 From: Lennart Jern Date: Thu, 16 Oct 2025 04:31:31 +0000 Subject: [PATCH] Bump go to 1.24.9 Signed-off-by: Lennart Jern --- Dockerfile | 2 +- Makefile | 2 +- netlify.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index d3aa6fc70a..f6b4f2a154 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # Build the manager binary ARG GO_VERSION -FROM golang:${GO_VERSION:-1.24.8} AS builder +FROM golang:${GO_VERSION:-1.24.9} AS builder WORKDIR /workspace # Run this with docker build --build_arg goproxy=$(go env GOPROXY) to override the goproxy diff --git a/Makefile b/Makefile index 59e9b3209f..6ccff05abf 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ unexport GOPATH TRACE ?= 0 # Go -GO_VERSION ?= 1.24.8 +GO_VERSION ?= 1.24.9 # Directories. ARTIFACTS ?= $(REPO_ROOT)/_artifacts diff --git a/netlify.toml b/netlify.toml index b7ab61100a..b2fcec7171 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,7 +4,7 @@ command = "make -C docs/book build" publish = "docs/book/book" [build.environment] -GO_VERSION = "1.23.10" +GO_VERSION = "1.24.9" # Standard Netlify redirects [[redirects]]