cloudflare/cloudflared

Public

mirrored from https://github.com/cloudflare/cloudflaredAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
2025.10.0

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.ci/scripts/mac/install-go.sh

10lines · modecode

1rm -rf /tmp/go
2export GOCACHE=/tmp/gocache
3rm -rf $GOCACHE
4
5brew install go@1.24
6
7go version
8which go
9go env
10
11