From d739e062892117dffbcb609017a08d5b92d09126 Mon Sep 17 00:00:00 2001 From: Pavel Karpy Date: Wed, 26 Oct 2022 13:52:33 +0300 Subject: [PATCH] [#1980] make: Update linter version in docker command To be in sync with GitHub actions. Signed-off-by: Pavel Karpy --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c0a5c7db..ac01f0a9 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ HUB_IMAGE ?= nspccdev/neofs HUB_TAG ?= "$(shell echo ${VERSION} | sed 's/^v//')" GO_VERSION ?= 1.17 -LINT_VERSION ?= 1.48.0 +LINT_VERSION ?= 1.50.0 ARCH = amd64 BIN = bin