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-03-15 12:30:33 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-03-24 16:52:49 +0300
commit3bf444a62ad3ca73c44019480f0144caf1e96fee (patch)
tree3036f1f60b69ee5ed49395a83bdb2dbe458e6037
parente302aa4a8caf07caad38c236d610fea49a41aa2f (diff)
Makefile: Update golangci-lint to v1.44.2
Update golangci-lint to v1.44.2, which currently is the latest available release.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8d2f9c628..f6e303cd4 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ GO_LDFLAGS := -X ${GITALY_PACKAGE}/internal/version.version=${GITALY_VERS
GO_BUILD_TAGS := tracer_static,tracer_static_jaeger,tracer_static_stackdriver,continuous_profiler_stackdriver,static,system_libgit2
# Dependency versions
-GOLANGCI_LINT_VERSION ?= 1.43.0
+GOLANGCI_LINT_VERSION ?= 1.44.2
GOCOVER_COBERTURA_VERSION ?= aaee18c8195c3f2d90e5ef80ca918d265463842a
GOFUMPT_VERSION ?= 0.2.0
GOIMPORTS_VERSION ?= 2538eef75904eff384a2551359968e40c207d9d2