mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-30 03:19:58 +00:00
TUN-8407: Upgrade go to version 1.22.2
This commit is contained in:
4
.teamcity/windows/install-cloudflare-go.ps1
vendored
4
.teamcity/windows/install-cloudflare-go.ps1
vendored
@@ -9,8 +9,8 @@ Set-Location "$Env:Temp"
|
||||
git clone -q https://github.com/cloudflare/go
|
||||
Write-Output "Building go..."
|
||||
cd go/src
|
||||
# https://github.com/cloudflare/go/tree/34129e47042e214121b6bbff0ded4712debed18e is version go1.21.5-devel-cf
|
||||
git checkout -q 34129e47042e214121b6bbff0ded4712debed18e
|
||||
# https://github.com/cloudflare/go/tree/ec0a014545f180b0c74dfd687698657a9e86e310 is version go1.22.2-devel-cf
|
||||
git checkout -q ec0a014545f180b0c74dfd687698657a9e86e310
|
||||
& ./make.bat
|
||||
|
||||
Write-Output "Installed"
|
Reference in New Issue
Block a user