Skip to content

Commit

Permalink
[20.10] update gotestsum to v1.8.2
Browse files Browse the repository at this point in the history
release notes: https://github.com/gotestyourself/gotestsum/releases/tag/v1.8.2

- Show shuffle seed
- Update tests, and cleanup formats
- Update dependencies
- Test against go1.19, remove go1.15
- Add project name to junit.xml output
- Adding in support for s390x and ppc64le

full diff: gotestyourself/gotestsum@v1.7.0...v1.8.2

(adapted from commit 882ddf4)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Nov 23, 2022
1 parent 6dfa15b commit d2b734d
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.8
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 d2b734d

Please sign in to comment.