diff --git a/Dockerfile b/Dockerfile index 7c1fc336e3..00a8d137f0 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 f9c1127610..fefbab8641 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]]