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-07-13 09:04:31 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-07-13 09:06:39 +0300
commit36372ed04fed173ae3cdd5b7a19d0e5fc120c96c (patch)
tree114395d1a10000dea5d8b88e0ebe64e5021fc519
parent8e3eafce11e3b48177872c28c58614226ae18602 (diff)
Makefile: Update golangci-lint to v1.46.2
Update golangci-lint to v1.46.2. There aren't any relevant changes to us in this release, but it keeps the next person from checking whether there are.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1d80763af..5e5aea669 100644
--- a/Makefile
+++ b/Makefile
@@ -92,7 +92,7 @@ ifdef FIPS_MODE
endif
# Dependency versions
-GOLANGCI_LINT_VERSION ?= v1.46.1
+GOLANGCI_LINT_VERSION ?= v1.46.2
PROTOLINT_VERSION ?= v0.38.1
GOCOVER_COBERTURA_VERSION ?= aaee18c8195c3f2d90e5ef80ca918d265463842a
GOFUMPT_VERSION ?= v0.3.1