bumping go version to 1.8.1

This commit is contained in:
chrislovecnm 2017-04-26 22:35:47 -06:00
parent 17ecc757f2
commit 87d2475c23
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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)))"))