bump go version to 1.24.0 for docker relay
This commit is contained in:
parent
44f4c2df6a
commit
4402ecb674
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user