From faa8ba0c53e004728577632c8d1eb540e6676369 Mon Sep 17 00:00:00 2001 From: Mark Sagi-Kazar Date: Wed, 16 Jun 2021 03:04:04 +0200 Subject: [PATCH] chore: update gotestsum Signed-off-by: Mark Sagi-Kazar --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b93c88ba5..b0f9acf24 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ TEST_FORMAT = short-verbose endif # Dependency versions -GOTESTSUM_VERSION = 0.5.3 +GOTESTSUM_VERSION = 1.6.4 GOLANGCI_VERSION = 1.40.1 # Add the ability to override some variables