diff options
author | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2019-08-30 15:09:43 -0700 |
---|---|---|
committer | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2019-08-30 15:09:53 -0700 |
commit | c80008bbfefde45d95af42e96ae1484c366edd89 (patch) | |
tree | 05de56c2824dc6516ce5770d32aae5c4923dff99 /src/k8splugin | |
parent | 99493b0f401c8644d7762851dd06527a4d9a816a (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')
-rw-r--r-- | src/k8splugin/Makefile | 3 |
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 |