Skip to content

Commit 4c7d525

Browse files
committed
Dockerfile: bump gotest.tools/gotestsum v1.13.0
full diff: gotestyourself/gotestsum@v1.12.3...v1.13.0 Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit f8b1b8d) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 8cff008 commit 4c7d525

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
@@ -14,7 +14,7 @@ ARG GOVERSIONINFO_VERSION=v1.4.1
1414

1515
# GOTESTSUM_VERSION sets the version of gotestsum to install in the dev container.
1616
# It must be a valid tag in the https://github.com/gotestyourself/gotestsum repository.
17-
ARG GOTESTSUM_VERSION=v1.12.3
17+
ARG GOTESTSUM_VERSION=v1.13.0
1818

1919
# BUILDX_VERSION sets the version of buildx to use for the e2e tests.
2020
# It must be a tag in the docker.io/docker/buildx-bin image repository

dockerfiles/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
2828
FROM golang AS gotestsum
2929
# GOTESTSUM_VERSION sets the version of gotestsum to install in the dev container.
3030
# It must be a valid tag in the https://github.com/gotestyourself/gotestsum repository.
31-
ARG GOTESTSUM_VERSION=v1.12.3
31+
ARG GOTESTSUM_VERSION=v1.13.0
3232
RUN --mount=type=cache,target=/root/.cache/go-build \
3333
--mount=type=cache,target=/go/pkg/mod \
3434
--mount=type=tmpfs,target=/go/src/ \

0 commit comments

Comments
 (0)