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-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
|
2024-01-08 10:34:40 +00:00
|
|
|
./make.bash
|