Merge pull request #2236 from justinsb/go_175

Update to golang 1.7.5
This commit is contained in:
Eric Hole 2017-03-30 08:55:50 -04:00 committed by GitHub
commit 014204b60e
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
GOPATH_1ST=$(shell echo ${GOPATH} | cut -d : -f 1)
UNIQUE:=$(shell date +%s)
GOVERSION=1.7.4
GOVERSION=1.7.5
# See http://stackoverflow.com/questions/18136918/how-to-get-current-relative-directory-of-your-makefile
MAKEDIR:=$(strip $(shell dirname "$(realpath $(lastword $(MAKEFILE_LIST)))"))