Skip to content

Commit

Permalink
set GOTOOLCHAIN to local in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
prezha committed Jan 26, 2025
1 parent 57ddc49 commit a7c0a7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ RPM_REVISION ?= 0
# used by hack/jenkins/release_build_and_upload.sh and KVM_BUILD_IMAGE, see also BUILD_IMAGE below
# update this only by running `make update-golang-version`
GO_VERSION ?= 1.23.4
# set GOTOOLCHAIN to local to override the toolchain version specified in go.mod and
# use the one CI hosts has installed (ref: https://go.dev/doc/toolchain#GOTOOLCHAIN)
export GOTOOLCHAIN := local
# update this only by running `make update-golang-version`
GO_K8S_VERSION_PREFIX ?= v1.33.0

Expand Down

0 comments on commit a7c0a7a

Please sign in to comment.