Skip to content

Commit 50e26f4

Browse files
authored
Merge pull request #18689 from spowelljr/updateHyperKitBuild
CI: Update HyperKit build base image from Go 1.19.5 to 1.22.2
2 parents ba7452c + 233aab4 commit 50e26f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ COMMIT ?= $(if $(shell git status --porcelain --untracked-files=no),"${COMMIT_NO
5656
COMMIT_SHORT = $(shell git rev-parse --short HEAD 2> /dev/null || true)
5757
COMMIT_NOQUOTES := $(patsubst "%",%,$(COMMIT))
5858
# source code for image: https://github.com/neilotoole/xcgo
59-
HYPERKIT_BUILD_IMAGE ?= gcr.io/k8s-minikube/xcgo:go1.19.5
59+
HYPERKIT_BUILD_IMAGE ?= gcr.io/k8s-minikube/xcgo:go1.22.2
6060

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

0 commit comments

Comments
 (0)