Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-06-09 16:36:08 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-06-10 15:25:21 +0300
commitf96bc95c9856a5257dcc0f4a99b834eb47770192 (patch)
treebb304b6e22e1142c26e4ddd85b487713698b9a0c
parentbdd33f61948e5fa22da595f9b87e7d5032c19c26 (diff)
Makefile: Update golangci-lint to v1.46.1
Update to the most recent version of golangci-lint, which is v1.46.1. No interesting new linters have been added since v1.44.2.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a97ea5138..9f458f2a0 100644
--- a/Makefile
+++ b/Makefile
@@ -86,7 +86,7 @@ ifeq (${FIPS_MODE}, 1)
endif
# Dependency versions
-GOLANGCI_LINT_VERSION ?= 1.44.2
+GOLANGCI_LINT_VERSION ?= 1.46.1
PROTOLINT_VERSION ?= 0.37.1
GOCOVER_COBERTURA_VERSION ?= aaee18c8195c3f2d90e5ef80ca918d265463842a
GOFUMPT_VERSION ?= 0.3.1