diff --git a/.travis.yml b/.travis.yml index f58cd2c3aa..c056648fa9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ go: #- 1.5 go test arguments are different in 1.5 :-( #- 1.6 issues with OSX release, and 1.7 is required now by core - 1.7 + - 1.8 - tip go_import_path: k8s.io/kops diff --git a/Makefile b/Makefile index 6a3d203143..7748772304 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ GCS_URL=$(GCS_LOCATION:gs://%=https://storage.googleapis.com/%) LATEST_FILE?=latest-ci.txt GOPATH_1ST=$(shell echo ${GOPATH} | cut -d : -f 1) UNIQUE:=$(shell date +%s) -GOVERSION=1.7.5 +GOVERSION=1.8.1 # See http://stackoverflow.com/questions/18136918/how-to-get-current-relative-directory-of-your-makefile MAKEDIR:=$(strip $(shell dirname "$(realpath $(lastword $(MAKEFILE_LIST)))"))