From 0f3b4ab0ede3eb9d64c5d47d8d98a6f5dd32b12e Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Fri, 16 Feb 2024 18:08:43 +0300 Subject: [PATCH] [#308] Update linter versions Latest golangci-lint has newer x/tools version and it is incompatible with internal linter. Signed-off-by: Alex Vanin --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0c10a9b9..5b5a96ff 100755 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ REPO ?= $(shell go list -m) VERSION ?= $(shell git describe --tags --dirty --match "v*" --always --abbrev=8 2>/dev/null || cat VERSION 2>/dev/null || echo "develop") GO_VERSION ?= 1.20 -LINT_VERSION ?= 1.54.0 -TRUECLOUDLAB_LINT_VERSION ?= 0.0.2 +LINT_VERSION ?= 1.56.1 +TRUECLOUDLAB_LINT_VERSION ?= 0.0.5 BINDIR = bin METRICS_DUMP_OUT ?= ./metrics-dump.json