Skip to content

Commit 6abcd4a

Browse files
authored
Merge pull request #6608 from thaJeztah/28.x_backport_update_gotestsum
[28.x backport] Dockerfile: bump gotest.tools/gotestsum v1.13.0
2 parents 00c129b + 4c7d525 commit 6abcd4a

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)