We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f372f1 commit 48b66bbCopy full SHA for 48b66bb
Makefile
@@ -38,7 +38,7 @@ RPM_REVISION ?= 0
38
GO_VERSION ?= 1.23.4
39
# set GOTOOLCHAIN to GO_VERSION to override any toolchain version specified in
40
# go.mod (ref: https://go.dev/doc/toolchain#GOTOOLCHAIN)
41
-export GOTOOLCHAIN := $(GO_VERSION)
+export GOTOOLCHAIN := go$(GO_VERSION)
42
# update this only by running `make update-golang-version`
43
GO_K8S_VERSION_PREFIX ?= v1.33.0
44
0 commit comments