Merge pull request #44488 from thaJeztah/20.10_backport_update_gotestsum

[20.10] update gotestsum to v1.8.2
This commit is contained in:
Sebastiaan van Stijn 2022-12-15 15:13:54 +01:00 committed by GitHub
commit 02343226e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -166,7 +166,7 @@ FROM microsoft/windowsservercore
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
ARG GO_VERSION=1.18.9
ARG GOTESTSUM_VERSION=v1.7.0
ARG GOTESTSUM_VERSION=v1.8.2
# Environment variable notes:
# - GO_VERSION must be consistent with 'Dockerfile' used by Linux.

View file

@ -1,6 +1,6 @@
#!/bin/sh
: ${GOTESTSUM_VERSION:=v1.7.0}
: ${GOTESTSUM_VERSION:=v1.8.2}
install_gotestsum() (
set -e