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 \ apt-get install --no-install-recommends --allow-downgrades -y \
build-essential \ build-essential \
git \ git \
go-boring=1.24.6-1 \ go-boring=1.24.9-1 \
libffi-dev \ libffi-dev \
procps \ procps \
python3-dev \ python3-dev \

View File

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

View File

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

View File

@ -1,5 +1,5 @@
# use a builder image for building cloudflare # use a builder image for building cloudflare
FROM golang:1.24.4 AS builder FROM golang:1.24.9 AS builder
ENV GO111MODULE=on \ ENV GO111MODULE=on \
CGO_ENABLED=0 \ CGO_ENABLED=0 \
# the CONTAINER_BUILD envvar is used set github.com/cloudflare/cloudflared/metrics.Runtime=virtual # 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 # use a builder image for building cloudflare
FROM golang:1.24.4 AS builder FROM golang:1.24.9 AS builder
ENV GO111MODULE=on \ ENV GO111MODULE=on \
CGO_ENABLED=0 \ CGO_ENABLED=0 \
# the CONTAINER_BUILD envvar is used set github.com/cloudflare/cloudflared/metrics.Runtime=virtual # 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 build_dir: &build_dir /cfsetup_build
default-flavor: bookworm default-flavor: bookworm