From afbe15086fa230bc732e1fa4009fd50f4404ca2d Mon Sep 17 00:00:00 2001 From: Evgenii Stratonikov Date: Thu, 31 Oct 2024 09:36:11 +0300 Subject: [PATCH] [#292] Makefile: Update golangci-lint to v1.61.0 Signed-off-by: Evgenii Stratonikov --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ee9e746..a3552b3 100755 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ ANTLR_VERSION=4.13.1 TMP_DIR := .cache -LINT_VERSION ?= 1.60.1 +LINT_VERSION ?= 1.61.0 TRUECLOUDLAB_LINT_VERSION ?= 0.0.7 OUTPUT_LINT_DIR ?= $(shell pwd)/bin LINT_DIR = $(OUTPUT_LINT_DIR)/golangci-lint-$(LINT_VERSION)-v$(TRUECLOUDLAB_LINT_VERSION)