From 56c357d52086d128f668555b62431009aa3b2294 Mon Sep 17 00:00:00 2001 From: Evgenii Stratonikov Date: Thu, 31 Oct 2024 09:35:27 +0300 Subject: [PATCH] [#292] Makefile: Update truecloudlab lint to v0.0.7 Signed-off-by: Evgenii Stratonikov --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6f62f6d..ee9e746 100755 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ ANTLR_VERSION=4.13.1 TMP_DIR := .cache LINT_VERSION ?= 1.60.1 -TRUECLOUDLAB_LINT_VERSION ?= 0.0.6 +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)