From 9bbdf89e7cc3d5baac9aff4c37438cae5a690e9f Mon Sep 17 00:00:00 2001 From: Oliver Tonnhofer Date: Wed, 15 Nov 2017 14:22:02 +0100 Subject: [PATCH] do not set GO15VENDOREXPERIMENT --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 772e96d..c8d92f8 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ export PATH := $(GOPATH)/bin:$(PATH) GOLDFLAGS=-ldflags '-r $${ORIGIN}/lib $(VERSION_LDFLAGS)' -GO:=$(if $(shell go version |grep 'go1.5'),GO15VENDOREXPERIMENT=1,) go +GO:=go BUILD_DATE=$(shell date +%Y%m%d) BUILD_REV=$(shell git rev-parse --short HEAD)