mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Dockerfile: update gotestsum to v1.7.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
14ff070469
commit
1b8db06785
2 changed files with 2 additions and 2 deletions
|
@ -167,7 +167,7 @@ SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPref
|
||||||
|
|
||||||
ARG GO_VERSION=1.17.0
|
ARG GO_VERSION=1.17.0
|
||||||
ARG CONTAINERD_VERSION=1.5.5
|
ARG CONTAINERD_VERSION=1.5.5
|
||||||
ARG GOTESTSUM_VERSION=v0.5.3
|
ARG GOTESTSUM_VERSION=v1.7.0
|
||||||
|
|
||||||
# Environment variable notes:
|
# Environment variable notes:
|
||||||
# - GO_VERSION must be consistent with 'Dockerfile' used by Linux.
|
# - GO_VERSION must be consistent with 'Dockerfile' used by Linux.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
: ${GOTESTSUM_VERSION:=v0.5.3}
|
: ${GOTESTSUM_VERSION:=v1.7.0}
|
||||||
|
|
||||||
install_gotestsum() (
|
install_gotestsum() (
|
||||||
set -e
|
set -e
|
||||||
|
|
Loading…
Reference in a new issue