From 87048d7f352161c926a82359e8ed227016c9c9d0 Mon Sep 17 00:00:00 2001 From: Mark Sagi-Kazar Date: Wed, 15 Sep 2021 21:11:08 +0200 Subject: [PATCH] chore: update build tools Signed-off-by: Mark Sagi-Kazar --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b0f9acf..a143759 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,8 @@ TEST_FORMAT = short-verbose endif # Dependency versions -GOTESTSUM_VERSION = 1.6.4 -GOLANGCI_VERSION = 1.40.1 +GOTESTSUM_VERSION = 1.7.0 +GOLANGCI_VERSION = 1.42.1 # Add the ability to override some variables # Use with care