Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
813ced8bb0 | |||
4402ecb674 | |||
44f4c2df6a |
@ -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