mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +00:00
Merge pull request #9038 from hashicorp/dnephin/upgrade-gotestsum
ci: upgrade gotestsum
This commit is contained in:
commit
b25a6a8d85
@ -27,7 +27,7 @@ steps:
|
|||||||
install-gotestsum: &install-gotestsum
|
install-gotestsum: &install-gotestsum
|
||||||
name: install gotestsum
|
name: install gotestsum
|
||||||
environment:
|
environment:
|
||||||
GOTESTSUM_RELEASE: 0.5.1
|
GOTESTSUM_RELEASE: 0.6.0
|
||||||
command: |
|
command: |
|
||||||
url=https://github.com/gotestyourself/gotestsum/releases/download
|
url=https://github.com/gotestyourself/gotestsum/releases/download
|
||||||
curl -sSL "${url}/v${GOTESTSUM_RELEASE}/gotestsum_${GOTESTSUM_RELEASE}_linux_amd64.tar.gz" | \
|
curl -sSL "${url}/v${GOTESTSUM_RELEASE}/gotestsum_${GOTESTSUM_RELEASE}_linux_amd64.tar.gz" | \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user