From d1cae92a623466fde13a69f2687e116f1e466aaa Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 10 Jan 2015 15:24:38 -0800 Subject: [PATCH] Update Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 0028f6fcd..f931f08f8 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,8 @@ testrace: config/y.go TF_ACC= go test -race $(TEST) $(TESTARGS) updatedeps: config/y.go + # Go 1.4 changed the format of `go get` a bit by requiring the + # canonical full path. We work around this and just force. @if [ $(shell go version | cut -f3 -d" " | cut -f2 -d.) -lt 4 ]; then \ go get -u -v ./...; \ else \