Skip to content

Commit

Permalink
Disable CGO by default
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Aug 11, 2024
1 parent 6050700 commit 6433a2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e

################################################################################

VERSION="2.4.7"
VERSION="2.4.8"

################################################################################

Expand Down

0 comments on commit 6433a2f

Please sign in to comment.