From 203ac3e464f9d7e7b33a0128cd003e0d535aea4a Mon Sep 17 00:00:00 2001 From: Alex | Cosmos Labs Date: Fri, 14 Nov 2025 10:47:28 -0500 Subject: [PATCH] chore: bump linter (#25557) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 944a70c996..1fcd9a12ca 100644 --- a/Makefile +++ b/Makefile @@ -379,7 +379,7 @@ benchmark: ### Linting ### ############################################################################### -golangci_version=v2.6.0 +golangci_version=v2.6.2 lint-install: @echo "--> Installing golangci-lint $(golangci_version)"