File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414
1515# Build the manager binary
1616ARG GO_VERSION
17- FROM golang:${GO_VERSION:-1.24.9 } AS builder
17+ FROM golang:${GO_VERSION:-1.24.11 } AS builder
1818WORKDIR /workspace
1919
2020# Run this with docker build --build_arg goproxy=$(go env GOPROXY) to override the goproxy
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ unexport GOPATH
2727TRACE ?= 0
2828
2929# Go
30- GO_VERSION ?= 1.24.9
30+ GO_VERSION ?= 1.24.11
3131
3232# Directories.
3333ARTIFACTS ?= $(REPO_ROOT ) /_artifacts
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ command = "make -C docs/book build"
44publish = " docs/book/book"
55
66[build .environment ]
7- GO_VERSION = " 1.24.9 "
7+ GO_VERSION = " 1.24.11 "
88
99# Standard Netlify redirects
1010[[redirects ]]
You can’t perform that action at this time.
0 commit comments