From 2759a5fa6ce7aa58a7c0e18b07603474c1530f3d Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Wed, 29 Mar 2017 23:00:41 -0400 Subject: [PATCH] Update to golang 1.7.5 Kubernetes did so in https://github.com/kubernetes/kubernetes/pull/41771 We're also starting to see failures with pulling the 1.7.4 image --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1ad8ca9f83..19e43adb6a 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.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)))"))