Skip to content

Commit

Permalink
Merge pull request #12668 from spowelljr/updateHyperkitBuildImage
Browse files Browse the repository at this point in the history
Update HYPERKIT_BUILD_IMAGE to Go 1.17
  • Loading branch information
spowelljr authored Oct 7, 2021
2 parents c972ce7 + a90200a commit b405bf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ REGISTRY ?= gcr.io/k8s-minikube
COMMIT_NO := $(shell git rev-parse HEAD 2> /dev/null || true)
COMMIT ?= $(if $(shell git status --porcelain --untracked-files=no),"${COMMIT_NO}-dirty","${COMMIT_NO}")
COMMIT_SHORT = $(shell git rev-parse --short HEAD 2> /dev/null || true)
HYPERKIT_BUILD_IMAGE ?= neilotoole/xcgo:go1.15
# source code for image: https://github.com/spowelljr/xcgo
HYPERKIT_BUILD_IMAGE ?= gcr.io/k8s-minikube/xcgo:go1.17

# NOTE: "latest" as of 2021-02-06. kube-cross images aren't updated as often as Kubernetes
# https://github.com/kubernetes/kubernetes/blob/master/build/build-image/cross/VERSION
Expand Down

0 comments on commit b405bf6

Please sign in to comment.