mirror of
https://github.com/kubernetes/minikube.git
synced 2025-02-06 10:25:01 +00:00
set GOTOOLCHAIN to GO_VERSION in Makefile
This commit is contained in:
parent
1f372f177a
commit
48b66bb628
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user