From 2a49d0f8aa3aa6ab34d21f6a257b97bc9f161dab Mon Sep 17 00:00:00 2001 From: Ali Akca <ali.a@smart-host.com> Date: Fri, 13 Nov 2020 00:24:03 +0100 Subject: [PATCH] Do not export GO111MODULE --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index d02904e2..754ba59a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,5 @@ SHELL=/bin/bash -o pipefail -export GO111MODULE=on - BIN_DIR?=$(shell pwd)/tmp/bin EMBEDMD_BIN=$(BIN_DIR)/embedmd -- GitLab