Merge pull request #44485 from thaJeztah/update_gotestsum

update gotestsum to v1.8.2
This commit is contained in:
Sebastiaan van Stijn 2022-11-17 22:12:52 +01:00 committed by GitHub
commit 7f4431d2f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -210,7 +210,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
&& /build/golangci-lint --version
FROM base AS gotestsum
ARG GOTESTSUM_VERSION=v1.8.1
ARG GOTESTSUM_VERSION=v1.8.2
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

@ -166,7 +166,7 @@ FROM microsoft/windowsservercore
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
ARG GO_VERSION=1.19.3
ARG GOTESTSUM_VERSION=v1.8.1
ARG GOTESTSUM_VERSION=v1.8.2
ARG GOWINRES_VERSION=v0.2.3
ARG CONTAINERD_VERSION=v1.6.10