1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-25 14:30:27 +08:00

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

View File

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