Merge pull request #10285 from ilya-zuyev/ilyaz/use_go1.16-rc

Update  BUILD_IMAGE version to 1.16-rc
pull/10283/head
Medya Ghazizadeh 2021-01-27 17:18:07 -08:00 committed by GitHub
commit 88902ee698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ HYPERKIT_BUILD_IMAGE ?= karalabe/xgo-1.12.x
#
# TODO: See https://github.com/kubernetes/minikube/issues/10276
#BUILD_IMAGE ?= us.gcr.io/k8s-artifacts-prod/build-image/kube-cross:v$(GO_VERSION)-1
BUILD_IMAGE ?= golang:1.16beta1-buster
BUILD_IMAGE ?= golang:1.16-rc-buster
#
ISO_BUILD_IMAGE ?= $(REGISTRY)/buildroot-image