mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-06-23 18:56:34 +00:00

## Summary To have support for new curves and to achieve FIPS compliance Cloudflared must be released with [Go-Boring-1.22.10](https://bitbucket.cfdata.org/projects/PLAT/repos/goboring/browse?at=refs/heads/go-boring/1.22.10 "Follow link") along with the quic-go patches. Closes TUN-8858
9 lines
265 B
Bash
Executable File
9 lines
265 B
Bash
Executable File
# !/usr/bin/env bash
|
|
|
|
cd /tmp
|
|
git clone -q https://github.com/cloudflare/go
|
|
cd go/src
|
|
# https://github.com/cloudflare/go/tree/af19da5605ca11f85776ef7af3384a02a315a52b is version go1.22.5-devel-cf
|
|
git checkout -q af19da5605ca11f85776ef7af3384a02a315a52b
|
|
./make.bash
|