Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2019-04-04 11:48:25 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2019-04-04 11:48:25 +0300
commit1cc7d0f3e29436015b3fa9fe5efc505928736861 (patch)
tree2125c02df6b8f9c1ffb3598f1b83a51c5067a7af /Makefile
parent38e42123d053b36d05f04b08fbbc95b59ad9c0a1 (diff)
Disable GO111MODULE explicitly
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5150c474d..d0f9649e5 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@ MAKEGEN = $(BUILD_DIR)/makegen
export GOPATH := $(CURDIR)/$(BUILD_DIR)
export PATH := $(GOPATH)/bin:$(PATH)
export TEST_REPO_STORAGE_PATH := $(CURDIR)/internal/testhelper/testdata/data
+export GO111MODULE := off
all: build