mirror of https://github.com/docker/cli.git
Dockerfile: bump gotest.tools/gotestsum v1.12.0
full diff: https://github.com/gotestyourself/gotestsum/compare/v1.10.0...v1.12.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
bf65a46c2c
commit
aecc31039d
|
@ -7,7 +7,7 @@ ARG BASE_DEBIAN_DISTRO=bookworm
|
||||||
ARG GO_VERSION=1.23.6
|
ARG GO_VERSION=1.23.6
|
||||||
ARG XX_VERSION=1.6.1
|
ARG XX_VERSION=1.6.1
|
||||||
ARG GOVERSIONINFO_VERSION=v1.4.1
|
ARG GOVERSIONINFO_VERSION=v1.4.1
|
||||||
ARG GOTESTSUM_VERSION=v1.10.0
|
ARG GOTESTSUM_VERSION=v1.12.0
|
||||||
ARG BUILDX_VERSION=0.20.0
|
ARG BUILDX_VERSION=0.20.0
|
||||||
ARG COMPOSE_VERSION=v2.32.4
|
ARG COMPOSE_VERSION=v2.32.4
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
|
||||||
&& gofumpt --version
|
&& gofumpt --version
|
||||||
|
|
||||||
FROM golang AS gotestsum
|
FROM golang AS gotestsum
|
||||||
ARG GOTESTSUM_VERSION=v1.10.0
|
ARG GOTESTSUM_VERSION=v1.12.0
|
||||||
RUN --mount=type=cache,target=/root/.cache/go-build \
|
RUN --mount=type=cache,target=/root/.cache/go-build \
|
||||||
--mount=type=cache,target=/go/pkg/mod \
|
--mount=type=cache,target=/go/pkg/mod \
|
||||||
--mount=type=tmpfs,target=/go/src/ \
|
--mount=type=tmpfs,target=/go/src/ \
|
||||||
|
|
Loading…
Reference in New Issue