Update to go 1.10.1 everywhere.

pull/3021/head
dlorenc 2018-04-29 18:14:20 -07:00
parent 232080ae0c
commit 4c89d41a32
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ os: linux
sudo: required
go:
- 1.9.x
- 1.10.x
go_import_path: k8s.io/minikube
install:

View File

@ -22,8 +22,8 @@ INSTALL_SIZE ?= $(shell du out/minikube-windows-amd64.exe | cut -f1)
BUILDROOT_BRANCH ?= 2018.05
REGISTRY?=gcr.io/k8s-minikube
HYPERKIT_BUILD_IMAGE ?= karalabe/xgo-1.8.3
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
ISO_BUILD_IMAGE ?= $(REGISTRY)/buildroot-image
ISO_VERSION ?= v0.28.1