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:
authorPavlo Strokov <pstrokov@gitlab.com>2020-07-24 17:10:13 +0300
committerPavlo Strokov <pstrokov@gitlab.com>2020-07-24 17:10:13 +0300
commitc26e2a89d3841b7c730cd18b0d02831a7daf9c0b (patch)
tree0e06ecec238f5c01d6ed66e652900afc4cc7294f
parent00c7c2a5a1820397e65fbcff67cdd05bb961a40b (diff)
parent80977c67f4390b6f19106de2293fc2e96b6b680e (diff)
Merge branch 'pks-go111module-removal' into 'master'
Remove GO111MODULE environment variable See merge request gitlab-org/gitaly!2420
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f19c8b3ce..a823a01c0 100644
--- a/Makefile
+++ b/Makefile
@@ -112,7 +112,6 @@ find_go_packages = $(dir $(call find_go_sources, 's|[^/]*\.go||'))
unexport GOROOT
export GOBIN = ${BUILD_DIR}/bin
-export GO111MODULE = on
export GOPROXY ?= https://proxy.golang.org
export PATH := ${BUILD_DIR}/bin:${PATH}