diff --git a/.zshrc b/.zshrc index b8269ac..e93536d 100644 --- a/.zshrc +++ b/.zshrc @@ -72,6 +72,7 @@ export COLORTERM="truecolor" export GOPROXY=direct export GO111MODULE=auto export GOTOOLCHAIN=local +export CGO_ENABLED=0 export GOPATH=~/projects/gocode export GOBIN=~/projects/gocode/bin export PATH=~/projects/gocode/bin:$PATH diff --git a/install.sh b/install.sh index d639ad9..a1f2eb6 100755 --- a/install.sh +++ b/install.sh @@ -7,7 +7,7 @@ set -e ################################################################################ -VERSION="2.4.7" +VERSION="2.4.8" ################################################################################