revert bumping ISO Go verison
parent
f2bc247b02
commit
f619f770ad
2
Makefile
2
Makefile
|
@ -46,7 +46,7 @@ KVM_GO_VERSION ?= $(GO_VERSION:.0=)
|
|||
INSTALL_SIZE ?= $(shell du out/minikube-windows-amd64.exe | cut -f1)
|
||||
BUILDROOT_BRANCH ?= 2023.02.9
|
||||
# the go version on the line below is for the ISO
|
||||
GOLANG_OPTIONS = GO_VERSION=1.22.1 GO_HASH_FILE=$(PWD)/deploy/iso/minikube-iso/go.hash
|
||||
GOLANG_OPTIONS = GO_VERSION=1.21.6 GO_HASH_FILE=$(PWD)/deploy/iso/minikube-iso/go.hash
|
||||
BUILDROOT_OPTIONS = BR2_EXTERNAL=../../deploy/iso/minikube-iso $(GOLANG_OPTIONS)
|
||||
REGISTRY ?= gcr.io/k8s-minikube
|
||||
|
||||
|
|
Loading…
Reference in New Issue