Skip to content

Commit aecc310

Browse files
committed
Dockerfile: bump gotest.tools/gotestsum v1.12.0
full diff: gotestyourself/gotestsum@v1.10.0...v1.12.0 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent bf65a46 commit aecc310

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG BASE_DEBIAN_DISTRO=bookworm
77
ARG GO_VERSION=1.23.6
88
ARG XX_VERSION=1.6.1
99
ARG GOVERSIONINFO_VERSION=v1.4.1
10-
ARG GOTESTSUM_VERSION=v1.10.0
10+
ARG GOTESTSUM_VERSION=v1.12.0
1111
ARG BUILDX_VERSION=0.20.0
1212
ARG COMPOSE_VERSION=v2.32.4
1313

dockerfiles/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
1919
&& gofumpt --version
2020

2121
FROM golang AS gotestsum
22-
ARG GOTESTSUM_VERSION=v1.10.0
22+
ARG GOTESTSUM_VERSION=v1.12.0
2323
RUN --mount=type=cache,target=/root/.cache/go-build \
2424
--mount=type=cache,target=/go/pkg/mod \
2525
--mount=type=tmpfs,target=/go/src/ \

0 commit comments

Comments
 (0)