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/f4334cdc0c3f22a3bfdd7e66f387e3ffc65a5c38 is version go1.22.5-devel-cf
  6. git checkout -q f4334cdc0c3f22a3bfdd7e66f387e3ffc65a5c38
  7. ./make.bash