From e8d366e7339fbf142c65fb6a0361422349cf96b0 Mon Sep 17 00:00:00 2001 From: Alex | Interchain Labs Date: Fri, 28 Mar 2025 20:38:08 -0400 Subject: [PATCH] chore: bump linter (#24180) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cba68c98f6..9f903b2668 100644 --- a/Makefile +++ b/Makefile @@ -382,7 +382,7 @@ benchmark: ### Linting ### ############################################################################### -golangci_version=v2.0.0 +golangci_version=v2.0.2 lint-install: @echo "--> Installing golangci-lint $(golangci_version)"