File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,10 @@ ARG BASE_DEBIAN_DISTRO=bookworm
1111ARG GO_VERSION=1.24.5
1212ARG XX_VERSION=1.6.1
1313ARG GOVERSIONINFO_VERSION=v1.4.1
14- ARG GOTESTSUM_VERSION=v1.12.0
14+
15+ # GOTESTSUM_VERSION sets the version of gotestsum to install in the dev container.
16+ # It must be a valid tag in the https://github.com/gotestyourself/gotestsum repository.
17+ ARG GOTESTSUM_VERSION=v1.12.3
1518
1619# BUILDX_VERSION sets the version of buildx to use for the e2e tests.
1720# It must be a tag in the docker.io/docker/buildx-bin image repository
Original file line number Diff line number Diff line change @@ -26,7 +26,9 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
2626 && gofumpt --version
2727
2828FROM golang AS gotestsum
29- ARG GOTESTSUM_VERSION=v1.12.0
29+ # GOTESTSUM_VERSION sets the version of gotestsum to install in the dev container.
30+ # It must be a valid tag in the https://github.com/gotestyourself/gotestsum repository.
31+ ARG GOTESTSUM_VERSION=v1.12.3
3032RUN --mount=type=cache,target=/root/.cache/go-build \
3133 --mount=type=cache,target=/go/pkg/mod \
3234 --mount=type=tmpfs,target=/go/src/ \
You can’t perform that action at this time.
0 commit comments