Merge pull request #686 from vrothberg/turnoffmod

Makefile: set GO111MODULE=off
This commit is contained in:
Daniel J Walsh 2019-07-08 14:31:06 -04:00 committed by GitHub
commit ce59173f4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
.PHONY: all binary build-container docs docs-in-container build-local clean install install-binary install-completions shell test-integration .install.vndr vendor .PHONY: all binary build-container docs docs-in-container build-local clean install install-binary install-completions shell test-integration .install.vndr vendor
export GO15VENDOREXPERIMENT=1 export GO15VENDOREXPERIMENT=1
export GO111MODULE=off
ifeq ($(shell uname),Darwin) ifeq ($(shell uname),Darwin)
PREFIX ?= ${DESTDIR}/usr/local PREFIX ?= ${DESTDIR}/usr/local