Merge pull request #4355 from thaJeztah/update_gotestsum_1.10

Dockerfile: update gotestsum to v1.10.0
This commit is contained in:
Sebastiaan van Stijn
2023-06-21 10:10:06 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
&& gofumpt --version
FROM golang AS gotestsum
ARG GOTESTSUM_VERSION=v1.8.2
ARG GOTESTSUM_VERSION=v1.10.0
RUN --mount=type=cache,target=/root/.cache/go-build \
--mount=type=cache,target=/go/pkg/mod \
--mount=type=tmpfs,target=/go/src/ \