From fc4a92bc66fea4be27941d6026196f9abf44a55b Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Wed, 19 Oct 2016 00:14:00 -0400 Subject: [PATCH] Update golang version to 1.7.1 It's not ideal, because golang 1.7.1 is so new, but it fixes some pretty serious issues with MacOS Sierra, which end users are now getting prompted to install. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f917523477..91638de753 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.6 +GOVERSION=1.7.1 # See http://stackoverflow.com/questions/18136918/how-to-get-current-relative-directory-of-your-makefile MAKEDIR:=$(strip $(shell dirname "$(realpath $(lastword $(MAKEFILE_LIST)))"))