Updating stuff

This commit is contained in:
Steve White 2024-10-29 13:22:58 -05:00
parent e08a9b406d
commit bddbd2b090
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ FROM golang:latest
WORKDIR /app
COPY boxes-api/go.mod ./
COPY boxes-api/go.sum ./
RUN go mod download
RUN --mount=type=cache,target="./.cache/go-mod" go mod download
COPY boxes-api/. ./
ENV CGO_ENABLED=1
#ENV GOCACHE=./.cache/go-build

@ -1 +1 @@
Subproject commit d0eb8f733c25dbb13d09613ec6f393c6299104fd
Subproject commit c604251b7aba556a960c2862fafa859b96411e85

@ -1 +1 @@
Subproject commit 158d52dab4a633ddd972de5cc63b5f62564b4877
Subproject commit 31eb7c04391188c9a2e80b6783efb172aedaa2ee