aboutsummaryrefslogtreecommitdiffstats
path: root/src/k8splugin/Makefile
diff options
context:
space:
mode:
authorKiran Kamineni <kiran.k.kamineni@intel.com>2019-08-30 15:09:43 -0700
committerKiran Kamineni <kiran.k.kamineni@intel.com>2019-08-30 15:09:53 -0700
commitc80008bbfefde45d95af42e96ae1484c366edd89 (patch)
tree05de56c2824dc6516ce5770d32aae5c4923dff99 /src/k8splugin/Makefile
parent99493b0f401c8644d7762851dd06527a4d9a816a (diff)
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 <kiran.k.kamineni@intel.com>
Diffstat (limited to 'src/k8splugin/Makefile')
-rw-r--r--src/k8splugin/Makefile3
1 files changed, 0 insertions, 3 deletions
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