1 Commits

Author SHA1 Message Date
0a937743bc implement caching 2025-02-23 22:38:04 +01:00
2 changed files with 1 additions and 1 deletions

View File

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