From 4402ecb674e0c6bae299c5535d6bb53d8e8f00f2 Mon Sep 17 00:00:00 2001 From: highperfocused Date: Sun, 23 Feb 2025 22:44:23 +0100 Subject: [PATCH] bump go version to 1.24.0 for docker relay --- relay/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relay/Dockerfile b/relay/Dockerfile index 0c19d6f..cf01cdc 100644 --- a/relay/Dockerfile +++ b/relay/Dockerfile @@ -8,7 +8,7 @@ ################################################################################ # 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 WORKDIR /src