1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-05 00:50:24 +08:00
Files
terasu-cloudflared/.ci/scripts/mac/install-go.sh
2025-09-10 11:23:41 +01:00

11 lines
110 B
Bash
Executable File

rm -rf /tmp/go
export GOCACHE=/tmp/gocache
rm -rf $GOCACHE
brew install go@1.24
go version
which go
go env