From 5dbe08b041f9ab09f15d874f9ffc7447834728c3 Mon Sep 17 00:00:00 2001 From: Frank Schroeder Date: Fri, 11 Oct 2019 20:53:48 +0200 Subject: [PATCH] modules are the new world order --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index b3b1954a3..3dc014a62 100644 --- a/Makefile +++ b/Makefile @@ -24,10 +24,6 @@ GORELEASER = $(shell which goreleaser) CI_CONSUL_VERSION=1.6.1 CI_VAULT_VERSION=1.2.3 -# force go modules -GO111MODULE = on -export GO111MODULE - # all is the default target all: test