Merge pull request #698 from justinsb/update_golang

Update golang version to 1.7.1
This commit is contained in:
Chris Love 2016-10-18 23:01:04 -06:00 committed by GitHub
commit 635f7d989d
1 changed files with 1 additions and 1 deletions

View File

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