From eefb2da71910cd30898b143e1e93a3327262cf42 Mon Sep 17 00:00:00 2001 From: Arunvel Sriram Date: Mon, 22 Jul 2024 08:10:23 +0530 Subject: [PATCH] Update golangci-lint --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dce9e77..6e30c85 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ APP=sftp-exporter APP_EXECUTABLE="./out/$(APP)" -GOLANGCI_LINT_VERSION=v1.53.3 +GOLANGCI_LINT_VERSION=v1.59.1 MOCKGEN_VERSION=v0.2.0 ifeq ($(GOLANGCI_LINT),)