From b507b6d402da09d9389aaf353ac132d80132cc5f Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 23 Mar 2024 20:16:21 -0400 Subject: .profile: Set a few go-related vars --- .profile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.profile b/.profile index 29b7203..55ad595 100644 --- a/.profile +++ b/.profile @@ -47,6 +47,10 @@ export CVS_RSH="ssh" if [ -x "$(command -v go)" ]; then export GOPATH="$HOME/.local/share/go" export PATH="$GOPATH/bin:$PATH" + export GOPROXY=direct + export GOSUMDB=off + export GOTELEMETRY=off + export GOTOOLCHAIN=local fi export _JAVA_AWT_WM_NONREPARENTING=1 -- cgit v1.2.3-60-g2f50