Skip to content

Commit

Permalink
set GOTOOLCHAIN to GO_VERSION in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
prezha authored and medyagh committed Jan 28, 2025
1 parent 1f372f1 commit 48b66bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RPM_REVISION ?= 0
GO_VERSION ?= 1.23.4
# 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)
export GOTOOLCHAIN := go$(GO_VERSION)
# update this only by running `make update-golang-version`
GO_K8S_VERSION_PREFIX ?= v1.33.0

Expand Down

0 comments on commit 48b66bb

Please sign in to comment.