From a4a611a992cae24d9793c8acece8ddb075df8e9f Mon Sep 17 00:00:00 2001 From: Stavros Foteinopoulos Date: Wed, 17 Apr 2024 12:13:16 +0300 Subject: [PATCH] fix lint command 2 Signed-off-by: Stavros Foteinopoulos --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 24d5b03..c244523 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,10 @@ LOGRUS_VERSION := $(shell find go.mod -type f -exec cat {} + | grep ${LOGRUS_URL LOGRUS_PATH := $(GOPATH)/pkg/mod/${LOGRUS_URL}\@${LOGRUS_VERSION} +# Tools +GOLANGCILINT_VER := v1.57.2 +GOLANGCILINT := $(TOOLS_BIN_DIR)/$(GOLANGCILINT_BIN) + export GO111MODULE=on all: check-style dist