2024-01-11 14:17:13 +00:00
|
|
|
# !/usr/bin/env bash
|
|
|
|
|
2024-01-09 21:55:45 +00:00
|
|
|
cd /tmp
|
2024-01-08 10:34:40 +00:00
|
|
|
git clone -q https://github.com/cloudflare/go
|
|
|
|
cd go/src
|
2024-07-22 08:30:04 +00:00
|
|
|
# https://github.com/cloudflare/go/tree/f4334cdc0c3f22a3bfdd7e66f387e3ffc65a5c38 is version go1.22.5-devel-cf
|
|
|
|
git checkout -q f4334cdc0c3f22a3bfdd7e66f387e3ffc65a5c38
|
|
|
|
./make.bash
|