1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-11 21:50:25 +08:00

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

@@ -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} \