We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e37d615 commit b13e002Copy full SHA for b13e002
.travis.yml
@@ -3,7 +3,7 @@ os: linux
3
sudo: required
4
5
go:
6
- - 1.9.x
+ - 1.10.x
7
go_import_path: k8s.io/minikube
8
9
install:
Makefile
@@ -22,8 +22,8 @@ INSTALL_SIZE ?= $(shell du out/minikube-windows-amd64.exe | cut -f1)
22
BUILDROOT_BRANCH ?= 2017.11
23
REGISTRY?=gcr.io/k8s-minikube
24
25
-HYPERKIT_BUILD_IMAGE ?= karalabe/xgo-1.8.3
26
-BUILD_IMAGE ?= k8s.gcr.io/kube-cross:v1.9.1-1
+HYPERKIT_BUILD_IMAGE ?= karalabe/xgo-1.10.x
+BUILD_IMAGE ?= k8s.gcr.io/kube-cross:v1.10.1-1
27
ISO_BUILD_IMAGE ?= $(REGISTRY)/buildroot-image
28
29
ISO_VERSION ?= v0.26.0
0 commit comments