mirror of
https://github.com/cloudflare/cloudflared.git
synced 2026-06-23 04:10:20 +00:00
96ce66bd30
Semgrep config / semgrep/ci (push) Has been cancelled
Check / check (1.22.x, ubuntu-latest) (push) Has been cancelled
Check / check (1.22.x, windows-latest) (push) Has been cancelled
Check / check (1.22.x, macos-latest) (push) Has been cancelled
## Summary Update several moving parts of cloudflared build system: * use goboring 1.24.2 in cfsetup * update linter and fix lint issues * update packages namely **quic-go and net** * install script for macos * update docker files to use go 1.24.1 * remove usage of cloudflare-go * pin golang linter Closes TUN-9016
11 lines
157 B
Bash
Executable File
11 lines
157 B
Bash
Executable File
rm -rf /tmp/go
|
|
export GOCACHE=/tmp/gocache
|
|
rm -rf $GOCACHE
|
|
|
|
./.teamcity/install-cloudflare-go.sh
|
|
|
|
export PATH="/tmp/go/bin:$PATH"
|
|
go version
|
|
which go
|
|
go env
|