cloudflared-mirror/.teamcity/install-cloudflare-go.sh

8 lines
264 B
Bash
Raw Normal View History

# !/usr/bin/env bash
cd /tmp
git clone -q https://github.com/cloudflare/go
cd go/src
2024-05-07 10:19:58 +00:00
# https://github.com/cloudflare/go/tree/ec0a014545f180b0c74dfd687698657a9e86e310 is version go1.22.2-devel-cf
git checkout -q ec0a014545f180b0c74dfd687698657a9e86e310
./make.bash