mirror of https://github.com/kubernetes/kops.git
Merge pull request #698 from justinsb/update_golang
Update golang version to 1.7.1
This commit is contained in:
commit
635f7d989d
2
Makefile
2
Makefile
|
|
@ -23,7 +23,7 @@ GCS_URL=$(GCS_LOCATION:gs://%=https://storage.googleapis.com/%)
|
||||||
LATEST_FILE?=latest-ci.txt
|
LATEST_FILE?=latest-ci.txt
|
||||||
GOPATH_1ST=$(shell echo ${GOPATH} | cut -d : -f 1)
|
GOPATH_1ST=$(shell echo ${GOPATH} | cut -d : -f 1)
|
||||||
UNIQUE:=$(shell date +%s)
|
UNIQUE:=$(shell date +%s)
|
||||||
GOVERSION=1.6
|
GOVERSION=1.7.1
|
||||||
|
|
||||||
# See http://stackoverflow.com/questions/18136918/how-to-get-current-relative-directory-of-your-makefile
|
# See http://stackoverflow.com/questions/18136918/how-to-get-current-relative-directory-of-your-makefile
|
||||||
MAKEDIR:=$(strip $(shell dirname "$(realpath $(lastword $(MAKEFILE_LIST)))"))
|
MAKEDIR:=$(strip $(shell dirname "$(realpath $(lastword $(MAKEFILE_LIST)))"))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue