From 76111fcd575e4b2a0b0ff9eb0784c4d84a891e9b Mon Sep 17 00:00:00 2001 From: Anoop Gopalakrishnan Date: Wed, 10 Jul 2024 10:02:48 +0530 Subject: [PATCH] Chore: Bump versions - Update the golangci-lint version Signed-off-by: Anoop Gopalakrishnan --- makefiles/const.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefiles/const.mk b/makefiles/const.mk index 8f6ab5fb..e33aba52 100644 --- a/makefiles/const.mk +++ b/makefiles/const.mk @@ -1,6 +1,6 @@ SHELL := /bin/bash -GOLANGCILINT_VERSION ?= 1.54.2 +GOLANGCILINT_VERSION ?= 1.59.1 # Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set) ifeq (,$(shell go env GOBIN))