Merge pull request #44488 from thaJeztah/20.10_backport_update_gotestsum
[20.10] update gotestsum to v1.8.2
This commit is contained in:
commit
02343226e5
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
: ${GOTESTSUM_VERSION:=v1.7.0}
|
||||
: ${GOTESTSUM_VERSION:=v1.8.2}
|
||||
|
||||
install_gotestsum() (
|
||||
set -e
|
||||
|
|
Loading…
Reference in a new issue