Skip to content

Commit

Permalink
Dockerfile: update gotestsum to v1.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Sep 2, 2021
1 parent 14ff070 commit 1b8db06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion hack/dockerfile/install/gotestsum.installer
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

: ${GOTESTSUM_VERSION:=v0.5.3}
: ${GOTESTSUM_VERSION:=v1.7.0}

install_gotestsum() (
set -e
Expand Down

0 comments on commit 1b8db06

Please sign in to comment.