mirror of
https://github.com/cloudflare/cloudflared.git
synced 2026-05-14 19:40:41 +00: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
|
|
|