ci: update gotestsum

To pickup this fix: e91cbd912a
This commit is contained in:
Daniel Nephin 2021-05-10 13:25:18 -04:00
parent 71d6a2bf4b
commit fc4100ab4d
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ steps:
install-gotestsum: &install-gotestsum
name: install gotestsum
environment:
GOTESTSUM_RELEASE: 0.6.0
GOTESTSUM_RELEASE: 1.6.4
command: |
url=https://github.com/gotestyourself/gotestsum/releases/download
curl -sSL "${url}/v${GOTESTSUM_RELEASE}/gotestsum_${GOTESTSUM_RELEASE}_linux_amd64.tar.gz" | \