do not set GO15VENDOREXPERIMENT

master
Oliver Tonnhofer 2017-11-15 14:22:02 +01:00
parent 7dd4980fe4
commit 9bbdf89e7c
1 changed files with 1 additions and 1 deletions

View File

@ -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)