TUN-8072: Need to set GOCACHE in mac go installation script

This commit is contained in:
chungthuang 2023-12-20 05:27:34 +00:00
parent 86b50eda15
commit 00cd7c333c
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,8 @@
cd /tmp/
rm -rf go
rm -rf gocache
export GOCACHE=/tmp/gocache
git clone -q https://github.com/cloudflare/go
cd go/src
# https://github.com/cloudflare/go/tree/34129e47042e214121b6bbff0ded4712debed18e is version go1.21.5-devel-cf