From 3dde5ab5217f586ed02757011ed63b94ae0f4251 Mon Sep 17 00:00:00 2001 From: Daniel Nephin Date: Mon, 10 May 2021 13:25:18 -0400 Subject: [PATCH] ci: update gotestsum To pickup this fix: https://github.com/gotestyourself/gotestsum/commit/e91cbd912ad379aebd1a4bec7643cc9c078869a1 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 48e3fe32c6..0e690f86f6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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" | \