We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43d7661 + 07b8bd1 commit d705351Copy full SHA for d705351
3 files changed
Dockerfile
@@ -14,7 +14,7 @@
14
15
# Build the manager binary
16
ARG GO_VERSION
17
-FROM golang:${GO_VERSION:-1.24.11} AS builder
+FROM golang:${GO_VERSION:-1.24.12} 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.24.11
+GO_VERSION ?= 1.24.12
31
32
# Directories.
33
ARTIFACTS ?= $(REPO_ROOT)/_artifacts
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.11"
+GO_VERSION = "1.24.12"
8
9
# Standard Netlify redirects
10
[[redirects]]
0 commit comments