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.
1 parent 41d7589 commit 1f372f1Copy full SHA for 1f372f1
Makefile
@@ -36,9 +36,9 @@ RPM_REVISION ?= 0
36
# used by hack/jenkins/release_build_and_upload.sh and KVM_BUILD_IMAGE, see also BUILD_IMAGE below
37
# update this only by running `make update-golang-version`
38
GO_VERSION ?= 1.23.4
39
-# set GOTOOLCHAIN to local to override the toolchain version specified in go.mod and
40
-# use the one CI hosts has installed (ref: https://go.dev/doc/toolchain#GOTOOLCHAIN)
41
-export GOTOOLCHAIN := local
+# set GOTOOLCHAIN to GO_VERSION to override any toolchain version specified in
+# go.mod (ref: https://go.dev/doc/toolchain#GOTOOLCHAIN)
+export GOTOOLCHAIN := $(GO_VERSION)
42
43
GO_K8S_VERSION_PREFIX ?= v1.33.0
44
0 commit comments