upgrade matrix-tools to go 1.25

This commit is contained in:
Gaël Goinvic 2025-12-23 15:03:15 +01:00
parent 92ca2d76b4
commit 8328cee4f3
No known key found for this signature in database
GPG key ID: 1432A13D0F88CEAF

View file

@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: AGPL-3.0-only
FROM --platform=${BUILDPLATFORM} golang:1.24 AS buildstage
FROM --platform=${BUILDPLATFORM} golang:1.25 AS buildstage
WORKDIR /app
COPY . /app