TUN-9954: Update from go1.24.6 to go1.24.9

This commit is contained in:
João "Pisco" Fernandes 2025-10-23 10:54:18 +01:00
parent 3a71c1bcd8
commit 2b456b9a79
6 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@ RUN apt-get update && \
apt-get install --no-install-recommends --allow-downgrades -y \
build-essential \
git \
go-boring=1.24.6-1 \
go-boring=1.24.9-1 \
libffi-dev \
procps \
python3-dev \

View File

@ -1,5 +1,5 @@
variables:
GO_VERSION: "go1.24.6"
GO_VERSION: "go1.24.9"
GIT_DEPTH: "0"
default:

View File

@ -1,7 +1,7 @@
# use a builder image for building cloudflare
ARG TARGET_GOOS
ARG TARGET_GOARCH
FROM golang:1.24.4 AS builder
FROM golang:1.24.9 AS builder
ENV GO111MODULE=on \
CGO_ENABLED=0 \
TARGET_GOOS=${TARGET_GOOS} \

View File

@ -1,5 +1,5 @@
# use a builder image for building cloudflare
FROM golang:1.24.4 AS builder
FROM golang:1.24.9 AS builder
ENV GO111MODULE=on \
CGO_ENABLED=0 \
# the CONTAINER_BUILD envvar is used set github.com/cloudflare/cloudflared/metrics.Runtime=virtual

View File

@ -1,5 +1,5 @@
# use a builder image for building cloudflare
FROM golang:1.24.4 AS builder
FROM golang:1.24.9 AS builder
ENV GO111MODULE=on \
CGO_ENABLED=0 \
# the CONTAINER_BUILD envvar is used set github.com/cloudflare/cloudflared/metrics.Runtime=virtual

View File

@ -1,4 +1,4 @@
pinned_go: &pinned_go go-boring=1.24.4-1
pinned_go: &pinned_go go-boring=1.24.9-1
build_dir: &build_dir /cfsetup_build
default-flavor: bookworm