Skip to content

Commit

Permalink
Add GOTOOLCHAIN=local
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Apr 27, 2024
1 parent e608ab4 commit 9e7f8e5
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 @@ -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
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.1"
VERSION="2.4.2"

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

Expand Down

0 comments on commit 9e7f8e5

Please sign in to comment.