Skip to content

Commit

Permalink
Update to golang 1.7.5
Browse files Browse the repository at this point in the history
Kubernetes did so in kubernetes/kubernetes#41771

We're also starting to see failures with pulling the 1.7.4 image
  • Loading branch information
justinsb committed Mar 30, 2017
1 parent db5e435 commit 2759a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)))"))
Expand Down

0 comments on commit 2759a5f

Please sign in to comment.