|
|
@ -36,7 +36,7 @@ steps: |
|
|
|
install-gotestsum: &install-gotestsum |
|
|
|
install-gotestsum: &install-gotestsum |
|
|
|
name: install gotestsum |
|
|
|
name: install gotestsum |
|
|
|
environment: |
|
|
|
environment: |
|
|
|
GOTESTSUM_RELEASE: 0.6.0 |
|
|
|
GOTESTSUM_RELEASE: 1.6.4 |
|
|
|
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" | \ |
|
|
|