From c80008bbfefde45d95af42e96ae1484c366edd89 Mon Sep 17 00:00:00 2001 From: Kiran Kamineni Date: Fri, 30 Aug 2019 15:09:43 -0700 Subject: Remove gopath from builds Remove gopath from builds as go mod does not require them. Issue-ID: MULTICLOUD-666 Change-Id: I3fa4057fb4d40c7f509a52fb82beceddc8f3e090 Signed-off-by: Kiran Kamineni --- src/k8splugin/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/k8splugin') diff --git a/src/k8splugin/Makefile b/src/k8splugin/Makefile index 55449947..bc5f0950 100644 --- a/src/k8splugin/Makefile +++ b/src/k8splugin/Makefile @@ -7,9 +7,6 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -GOPATH := $(shell realpath "$(PWD)/../../") - -export GOPATH ... export GO111MODULE=on .PHONY: plugins -- cgit 1.2.3-korg