We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87070ae + 6261ef7 commit 1abf9d9Copy full SHA for 1abf9d9
Dockerfile
@@ -14,7 +14,7 @@
14
15
# Build the manager binary
16
ARG GO_VERSION
17
-FROM golang:${GO_VERSION} AS builder
+FROM golang:${GO_VERSION:-1.24.8} 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.7
+GO_VERSION ?= 1.24.8
31
32
# Directories.
33
ARTIFACTS ?= $(REPO_ROOT)/_artifacts
0 commit comments