chore(deps): update golang docker tag to v1.24 (#1279)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-02-13 00:40:15 +00:00
committed by GitHub
parent 30b7f47e70
commit 525cdae92d

View File

@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.23 AS builder
FROM --platform=$BUILDPLATFORM golang:1.24 AS builder
WORKDIR /builder