From 46f82e1a3243b509a5da6af3367538c87b19f9d3 Mon Sep 17 00:00:00 2001 From: smoshiur1237 Date: Wed, 3 Dec 2025 11:05:57 +0200 Subject: [PATCH] Bump go version to 1.24.11 Signed-off-by: smoshiur1237 --- Dockerfile | 2 +- Makefile | 2 +- netlify.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f6b4f2a154..1c2f977b63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # Build the manager binary ARG GO_VERSION -FROM golang:${GO_VERSION:-1.24.9} AS builder +FROM golang:${GO_VERSION:-1.24.11} 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 286c7be33e..1a1ed68e6f 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ unexport GOPATH TRACE ?= 0 # Go -GO_VERSION ?= 1.24.9 +GO_VERSION ?= 1.24.11 # Directories. ARTIFACTS ?= $(REPO_ROOT)/_artifacts diff --git a/netlify.toml b/netlify.toml index b2fcec7171..a915db07ec 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.24.9" +GO_VERSION = "1.24.11" # Standard Netlify redirects [[redirects]]