mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-05 00:50:24 +08:00
11 lines
110 B
Bash
Executable File
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
|
|
|