bump go version to 1.24.0 for docker relay

This commit is contained in:
highperfocused 2025-02-23 22:44:23 +01:00
parent 44f4c2df6a
commit 4402ecb674

View File

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