Dockerfile: update gotestsum to v1.7.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 1b8db06785)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2021-07-26 14:57:42 +02:00
parent 2716336abd
commit 0f37f2989b
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C
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.16.13
ARG GOTESTSUM_VERSION=v0.5.3
ARG GOTESTSUM_VERSION=v1.7.0
# Environment variable notes:
# - GO_VERSION must be consistent with 'Dockerfile' used by Linux.

View file

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