Skip to content

Commit b13e002

Browse files
dlorencdlorenc
authored and
dlorenc
committed
Update to go 1.10.1 everywhere.
1 parent e37d615 commit b13e002

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ os: linux
33
sudo: required
44

55
go:
6-
- 1.9.x
6+
- 1.10.x
77
go_import_path: k8s.io/minikube
88

99
install:

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ INSTALL_SIZE ?= $(shell du out/minikube-windows-amd64.exe | cut -f1)
2222
BUILDROOT_BRANCH ?= 2017.11
2323
REGISTRY?=gcr.io/k8s-minikube
2424

25-
HYPERKIT_BUILD_IMAGE ?= karalabe/xgo-1.8.3
26-
BUILD_IMAGE ?= k8s.gcr.io/kube-cross:v1.9.1-1
25+
HYPERKIT_BUILD_IMAGE ?= karalabe/xgo-1.10.x
26+
BUILD_IMAGE ?= k8s.gcr.io/kube-cross:v1.10.1-1
2727
ISO_BUILD_IMAGE ?= $(REGISTRY)/buildroot-image
2828

2929
ISO_VERSION ?= v0.26.0

0 commit comments

Comments
 (0)