diff --git a/.zshrc b/.zshrc index 7c511f9..166897b 100644 --- a/.zshrc +++ b/.zshrc @@ -68,6 +68,7 @@ export COLORTERM="truecolor" # Go env export GOPROXY=direct export GO111MODULE=auto +export GOTOOLCHAIN=local export GOPATH=~/projects/gocode export GOBIN=~/projects/gocode/bin export PATH=~/projects/gocode/bin:$PATH diff --git a/install.sh b/install.sh index 0636776..e66d3e3 100755 --- a/install.sh +++ b/install.sh @@ -7,7 +7,7 @@ set -e ################################################################################ -VERSION="2.4.1" +VERSION="2.4.2" ################################################################################