From c6bf1f84e079358dca342c783b46bc99cd859a32 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 9 Apr 2021 19:36:53 +0200 Subject: zshenv: unset GOPROXY and GOSUMDB Leave them to their default values (using the module proxy) to avoid large build times due to module downloads and broken builds due to deleted git tags. --- .zsh/zshenv/80_go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.zsh') diff --git a/.zsh/zshenv/80_go b/.zsh/zshenv/80_go index bea44fe..fe4e0bb 100644 --- a/.zsh/zshenv/80_go +++ b/.zsh/zshenv/80_go @@ -35,7 +35,7 @@ fi alias gotip=$HOME/src/go/bin/go export GO111MODULE=on -export GOPROXY=direct -export GOSUMDB=off +# export GOPROXY=direct +# export GOSUMDB=off # vim:ft=zsh -- cgit v1.2.3-54-g00ecf