From e9fbebf0c0764e7a9989134f255e7093c4bce219 Mon Sep 17 00:00:00 2001 From: Nikolay Nikolaev Date: Sat, 9 May 2020 12:33:43 +0300 Subject: [PATCH] chore(*) bump gloangci-lint version after e4d31d, the linter does nto finish its job and complains with "WARN [runner] Can't run linter goanalysis_metalinter" and "export data is newer version - update tool". This is described here https://github.com/golangci/golangci-lint/issues/893. The solution is to use newer golangci-lint, which is done here. Signed-off-by: Nikolay Nikolaev --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 43d25fabc297..d5007aa5d7b5 100644 --- a/Makefile +++ b/Makefile @@ -106,7 +106,7 @@ endif PROTOC_VERSION := 3.6.1 PROTOC_PGV_VERSION := v0.3.0-java.0.20200311152155-ab56c3dd1cf9 GOLANG_PROTOBUF_VERSION := v1.3.2 -GOLANGCI_LINT_VERSION := v1.21.0 +GOLANGCI_LINT_VERSION := v1.26.0 CI_KUBEBUILDER_VERSION ?= 2.0.0 CI_MINIKUBE_VERSION ?= v1.4.0 @@ -475,4 +475,4 @@ run/kuma-dp: ## Dev: Run `kuma-dp` locally include Makefile.kind.mk include Makefile.dev.mk -include Makefile.e2e.mk \ No newline at end of file +include Makefile.e2e.mk