install-cloudflare-go.sh 265 B

123456789
  1. # !/usr/bin/env bash
  2. cd /tmp
  3. git clone -q https://github.com/cloudflare/go
  4. cd go/src
  5. # https://github.com/cloudflare/go/tree/af19da5605ca11f85776ef7af3384a02a315a52b is version go1.22.5-devel-cf
  6. git checkout -q af19da5605ca11f85776ef7af3384a02a315a52b
  7. ./make.bash