Merge pull request #43651 from thaJeztah/update_gotestsum

update gotestsum to v1.8.1
This commit is contained in:
Sebastiaan van Stijn 2022-05-28 11:45:57 +02:00 committed by GitHub
commit c93bffa1b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -200,7 +200,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
&& /build/golangci-lint --version
FROM base AS gotestsum
ARG GOTESTSUM_VERSION=v1.7.0
ARG GOTESTSUM_VERSION=v1.8.1
RUN --mount=type=cache,target=/root/.cache/go-build \
--mount=type=cache,target=/go/pkg/mod \
GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@${GOTESTSUM_VERSION}" \

View file

@ -167,7 +167,7 @@ SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPref
ARG GO_VERSION=1.18.2
ARG CONTAINERD_VERSION=1.6.4
ARG GOTESTSUM_VERSION=v1.7.0
ARG GOTESTSUM_VERSION=v1.8.1
ARG GOWINRES_VERSION=v0.2.3
# Environment variable notes: