We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 611496e + 10a769e commit 3d24490Copy full SHA for 3d24490
3 files changed
Dockerfile
@@ -14,7 +14,7 @@
14
15
# Build the manager binary
16
ARG GO_VERSION
17
-FROM golang:${GO_VERSION:-1.25.8} AS builder
+FROM golang:${GO_VERSION:-1.25.9} AS builder
18
WORKDIR /workspace
19
20
# Run this with docker build --build_arg goproxy=$(go env GOPROXY) to override the goproxy
Makefile
@@ -27,7 +27,7 @@ unexport GOPATH
27
TRACE ?= 0
28
29
# Go
30
-GO_VERSION ?= 1.25.8
+GO_VERSION ?= 1.25.9
31
32
# Ensure correct toolchain is used
33
GOTOOLCHAIN = go$(GO_VERSION)
netlify.toml
@@ -4,7 +4,7 @@ command = "make -C docs/book build"
4
publish = "docs/book/book"
5
6
[build.environment]
7
-GO_VERSION = "1.24.13"
+GO_VERSION = "1.25.9"
8
9
# Standard Netlify redirects
10
[[redirects]]
0 commit comments