From 56fae8d9466ea96783de22d6ce5357c004d9a909 Mon Sep 17 00:00:00 2001 From: smoshiur1237 Date: Mon, 11 May 2026 09:31:21 +0300 Subject: [PATCH] Bump Go version to 1.25.10 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 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 268f8b8e55..34d2a2d7b5 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]]