Dockerfile: update gotestsum to v1.7.0

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 14ff070469
commit 1b8db06785
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
2 changed files with 2 additions and 2 deletions

View File

@ -167,7 +167,7 @@ SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPref
ARG GO_VERSION=1.17.0
ARG CONTAINERD_VERSION=1.5.5
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