TUN-8130: Fix path to install go for mac build

This commit is contained in:
chungthuang 2024-01-09 12:33:41 +00:00
parent e23d928829
commit 28685a5055
1 changed files with 3 additions and 4 deletions

View File

@ -1,9 +1,8 @@
cd /tmp/
rm -rf go
rm -rf gocache
rm -rf /tmp/go
export GOCACHE=/tmp/gocache
rm -rf $GOCACHE
../install-cloudflare-go.sh
./.teamcity/install-cloudflare-go.sh
export PATH="/tmp/go/bin:$PATH"
go version