1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-25 06:20:26 +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 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