File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 33cd /tmp
44git clone -q https://github.com/cloudflare/go
55cd go/src
6- # https://github.com/cloudflare/go/tree/ec0a014545f180b0c74dfd687698657a9e86e310 is version go1.22.2 -devel-cf
7- git checkout -q ec0a014545f180b0c74dfd687698657a9e86e310
8- ./make.bash
6+ # https://github.com/cloudflare/go/tree/f4334cdc0c3f22a3bfdd7e66f387e3ffc65a5c38 is version go1.22.5 -devel-cf
7+ git checkout -q f4334cdc0c3f22a3bfdd7e66f387e3ffc65a5c38
8+ ./make.bash
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ Set-Location "$Env:Temp"
99git clone - q https:// github.com / cloudflare/ go
1010Write-Output " Building go..."
1111cd go/ src
12- # https://github.com/cloudflare/go/tree/ec0a014545f180b0c74dfd687698657a9e86e310 is version go1.22.2 -devel-cf
13- git checkout - q ec0a014545f180b0c74dfd687698657a9e86e310
12+ # https://github.com/cloudflare/go/tree/f4334cdc0c3f22a3bfdd7e66f387e3ffc65a5c38 is version go1.22.5 -devel-cf
13+ git checkout - q f4334cdc0c3f22a3bfdd7e66f387e3ffc65a5c38
1414& ./ make.bat
1515
16- Write-Output " Installed"
16+ Write-Output " Installed"
Original file line number Diff line number Diff line change 11$ErrorActionPreference = " Stop"
22$ProgressPreference = " SilentlyContinue"
3- $GoMsiVersion = " go1.22.2 .windows-amd64.msi"
3+ $GoMsiVersion = " go1.22.5 .windows-amd64.msi"
44
55Write-Output " Downloading go installer..."
66
@@ -17,4 +17,4 @@ Install-Package "$Env:Temp\$GoMsiVersion" -Force
1717# Go installer updates global $PATH
1818go env
1919
20- Write-Output " Installed"
20+ Write-Output " Installed"
Original file line number Diff line number Diff line change 11# use a builder image for building cloudflare
22ARG TARGET_GOOS
33ARG TARGET_GOARCH
4- FROM golang:1.22.2 as builder
4+ FROM golang:1.22.5 as builder
55ENV GO111MODULE=on \
66 CGO_ENABLED=0 \
77 TARGET_GOOS=${TARGET_GOOS} \
Original file line number Diff line number Diff line change 11# use a builder image for building cloudflare
2- FROM golang:1.22.2 as builder
2+ FROM golang:1.22.5 as builder
33ENV GO111MODULE=on \
44 CGO_ENABLED=0
55
Original file line number Diff line number Diff line change 11# use a builder image for building cloudflare
2- FROM golang:1.22.2 as builder
2+ FROM golang:1.22.5 as builder
33ENV GO111MODULE=on \
44 CGO_ENABLED=0
55
Original file line number Diff line number Diff line change 1- pinned_go : &pinned_go go-boring=1.22.2 -1
1+ pinned_go : &pinned_go go-boring=1.22.5 -1
22
33build_dir : &build_dir /cfsetup_build
44default-flavor : bullseye
Original file line number Diff line number Diff line change 1- FROM golang:1.22.2 as builder
1+ FROM golang:1.22.5 as builder
22ENV GO111MODULE=on \
33 CGO_ENABLED=0
44WORKDIR /go/src/github.com/cloudflare/cloudflared/
You can’t perform that action at this time.
0 commit comments