Skip to content

Commit

Permalink
Merge pull request #2113 from priyawadhwa/upgrade-go
Browse files Browse the repository at this point in the history
upgrade to go 1.9
  • Loading branch information
r2d4 authored Oct 24, 2017
2 parents 15f2620 + 404a043 commit 4d10509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ os: linux
sudo: required

go:
- 1.8.3
- 1.9
go_import_path: k8s.io/minikube

install:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ BUILDROOT_BRANCH ?= 2017.02
REGISTRY?=gcr.io/k8s-minikube

HYPERKIT_BUILD_IMAGE ?= karalabe/xgo-1.8.3
BUILD_IMAGE ?= gcr.io/google_containers/kube-cross:v1.8.3-1
BUILD_IMAGE ?= gcr.io/google_containers/kube-cross:v1.9.1-1
ISO_BUILD_IMAGE ?= $(REGISTRY)/buildroot-image

ISO_VERSION ?= v0.23.6
Expand Down

0 comments on commit 4d10509

Please sign in to comment.