update to go1.25.2

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-10-13 09:43:50 +02:00
parent ecea0c01b3
commit 130a3f5f87
9 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG GO_VERSION=1.24.8
ARG GO_VERSION=1.25.2
FROM golang:${GO_VERSION}-alpine AS generated
ENV GOTOOLCHAIN=local