From 8ffdc2d44b228896585ff4c8f40949a27b944415 Mon Sep 17 00:00:00 2001 From: Jayapriya Pai Date: Fri, 20 Dec 2024 12:04:07 +0530 Subject: [PATCH] chore: update golanglint version to latest available --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4588c5f6d..93787ea38 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ ALL_BINARIES_PLATFORMS= $(addprefix linux/,$(ALL_ARCHITECTURES)) \ # Tools versions # -------------- -GOLANGCI_VERSION:=1.61.0 +GOLANGCI_VERSION:=1.62.2 # Computed variables # ------------------