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