update Go version to 1.25.5 in Dockerfile

This commit is contained in:
2025-12-27 21:23:01 +01:00
parent ea4e51d629
commit e651f1b43d

View File

@@ -8,7 +8,7 @@
################################################################################
# Create a stage for building the application.
ARG GO_VERSION=1.24.2
ARG GO_VERSION=1.25.5
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION} AS build
WORKDIR /src