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:
authorPaul Okstad <pokstad@gitlab.com>2019-04-05 07:16:41 +0300
committerPaul Okstad <pokstad@gitlab.com>2019-04-05 07:16:41 +0300
commitaaf67fdd30006bc8afa0a86cafb393b056c51cbb (patch)
treeaf360ff78157bde4e3847cd4edfcf7800f91f86f
parent61512d191de4005e41c710fd5ba526a6f4bfcfe4 (diff)
parent1cc7d0f3e29436015b3fa9fe5efc505928736861 (diff)
Merge branch 'zj-go-mod-disable' into 'master'
Disable GO111MODULE explicitly See merge request gitlab-org/gitaly!1177
-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