Skip to content

Commit 48b66bb

Browse files
prezhamedyagh
authored andcommitted
set GOTOOLCHAIN to GO_VERSION in Makefile
1 parent 1f372f1 commit 48b66bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RPM_REVISION ?= 0
3838
GO_VERSION ?= 1.23.4
3939
# set GOTOOLCHAIN to GO_VERSION to override any toolchain version specified in
4040
# go.mod (ref: https://go.dev/doc/toolchain#GOTOOLCHAIN)
41-
export GOTOOLCHAIN := $(GO_VERSION)
41+
export GOTOOLCHAIN := go$(GO_VERSION)
4242
# update this only by running `make update-golang-version`
4343
GO_K8S_VERSION_PREFIX ?= v1.33.0
4444

0 commit comments

Comments
 (0)