Skip to content

Commit

Permalink
Merge pull request #44488 from thaJeztah/20.10_backport_update_gotestsum
Browse files Browse the repository at this point in the history
[20.10] update gotestsum to v1.8.2
  • Loading branch information
thaJeztah committed Dec 15, 2022
2 parents 6112b23 + edca413 commit 0234322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.windows
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion hack/dockerfile/install/gotestsum.installer
@@ -1,6 +1,6 @@
#!/bin/sh

: ${GOTESTSUM_VERSION:=v1.7.0}
: ${GOTESTSUM_VERSION:=v1.8.2}

install_gotestsum() (
set -e
Expand Down

0 comments on commit 0234322

Please sign in to comment.