From 725cd915bc26bc8fba11af144f3cb54c2c6a5a59 Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Thu, 13 Feb 2020 15:15:26 -0800 Subject: [PATCH] fix(Makefile): disable go modules required on more modern versions of Go where `go mod` is enabled by default. Signed-off-by: Matthew Fisher --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 04bd7b57d..7f73dc989 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ TARGET_OBJS ?= darwin-amd64.tar.gz darwin-amd64.tar.gz.sha256 linux-amd64. DIST_DIRS = find * -type d -exec # go option -GO ?= go +GO ?= GO111MODULE=off go PKG := $(shell glide novendor) TAGS := TESTS := .