From 18d6cc1b06ad1ff8fb7def3a667f8bfe68e83e70 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 26 Jul 2021 13:13:17 +0200 Subject: [PATCH] update gotestsum to v1.7.0 Same as previous commit, but a release was tagged; https://github.com/gotestyourself/gotestsum/compare/1a9438079330f60c1301fdfacafbfac8763214a5...v1.7.0 Signed-off-by: Sebastiaan van Stijn --- script/setup/install-gotestsum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/setup/install-gotestsum b/script/setup/install-gotestsum index 66dc0641a..5aa513931 100755 --- a/script/setup/install-gotestsum +++ b/script/setup/install-gotestsum @@ -14,4 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -GO111MODULE=on go install gotest.tools/gotestsum@1a9438079330f60c1301fdfacafbfac8763214a5 +GO111MODULE=on go install gotest.tools/gotestsum@v1.7.0