diff --git a/Dockerfile b/Dockerfile index 182f423e4c..a7771922cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # Build the manager binary ARG GO_VERSION -FROM golang:${GO_VERSION:-1.25.9} AS builder +FROM golang:${GO_VERSION:-1.25.10} 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 055d61d450..427c4e32b8 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ unexport GOPATH TRACE ?= 0 # Go -GO_VERSION ?= 1.25.9 +GO_VERSION ?= 1.25.10 # Ensure correct toolchain is used GOTOOLCHAIN = go$(GO_VERSION) diff --git a/netlify.toml b/netlify.toml index 1766771b7b..8955b349fd 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.25.9" +GO_VERSION = "1.25.10" # Standard Netlify redirects [[redirects]]