Skip to content

Commit

Permalink
ci: upgrade gotestsum
Browse files Browse the repository at this point in the history
So that we are using the same version as enterprise
  • Loading branch information
dnephin committed Oct 26, 2020
1 parent bc6fcfa commit 194c7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -27,7 +27,7 @@ steps:
install-gotestsum: &install-gotestsum
name: install gotestsum
environment:
GOTESTSUM_RELEASE: 0.5.1
GOTESTSUM_RELEASE: 0.6.0
command: |
url=https://github.com/gotestyourself/gotestsum/releases/download
curl -sSL "${url}/v${GOTESTSUM_RELEASE}/gotestsum_${GOTESTSUM_RELEASE}_linux_amd64.tar.gz" | \
Expand Down

0 comments on commit 194c7f7

Please sign in to comment.