bump go version to 1.24.0 for docker relay
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user