mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-31 11:16:35 +00:00
10 lines
156 B
Bash
Executable File
10 lines
156 B
Bash
Executable File
rm -rf /tmp/go
|
|
export GOCACHE=/tmp/gocache
|
|
rm -rf $GOCACHE
|
|
|
|
./.teamcity/install-cloudflare-go.sh
|
|
|
|
export PATH="/tmp/go/bin:$PATH"
|
|
go version
|
|
which go
|
|
go env |