From 57718bd6b47a4a1b3ffdeabdfdc8c460587ecb70 Mon Sep 17 00:00:00 2001 From: Evgenii Stratonikov Date: Wed, 26 Apr 2023 10:48:28 +0300 Subject: [PATCH] [#285] *: Update golangci-lint to v1.52.2 Signed-off-by: Evgenii Stratonikov --- .pre-commit-config.yaml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index db9930e91..c7273e1ee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: - id: shellcheck - repo: https://github.com/golangci/golangci-lint - rev: v1.51.2 + rev: v1.52.2 hooks: - id: golangci-lint diff --git a/Makefile b/Makefile index 7d0f8d9e2..29625e657 100755 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ HUB_IMAGE ?= truecloudlab/frostfs HUB_TAG ?= "$(shell echo ${VERSION} | sed 's/^v//')" GO_VERSION ?= 1.19 -LINT_VERSION ?= 1.50.0 +LINT_VERSION ?= 1.52.2 ARCH = amd64 BIN = bin