Skip to content

Commit 8ecdfed

Browse files
authored
Merge pull request #6552 from thaJeztah/update_gotestsum
Dockerfile: bump gotest.tools/gotestsum v1.13.0
2 parents 714c82a + f8b1b8d commit 8ecdfed

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

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

2222
# BUILDX_VERSION sets the version of buildx to use for the e2e tests.
2323
# 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)