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>2021-08-20 16:40:59 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-08-20 17:22:01 +0300
commit549943fbb436689c3dc7aeae7c2a99b21f57335d (patch)
treec4627351cff7573f0dcde839520d82aacca03c67 /Makefile
parent32d3b4baf7a9c80630df9aae1a722ce163d25add (diff)
Makefile: Upgrade golangci-lint to v1.42.0
Upgrade golangci-lint to v1.42.0, which is the newest released version.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e9ee98d2c..819626d1e 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@ GO_LDFLAGS := -ldflags '-X ${GITALY_PACKAGE}/internal/version.version=${G
GO_BUILD_TAGS := tracer_static,tracer_static_jaeger,tracer_static_stackdriver,continuous_profiler_stackdriver,static,system_libgit2
# Dependency versions
-GOLANGCI_LINT_VERSION ?= 1.39.0
+GOLANGCI_LINT_VERSION ?= 1.42.0
GOCOVER_COBERTURA_VERSION ?= aaee18c8195c3f2d90e5ef80ca918d265463842a
GOIMPORTS_VERSION ?= 2538eef75904eff384a2551359968e40c207d9d2
GO_JUNIT_REPORT_VERSION ?= 984a47ca6b0a7d704c4b589852051b4d7865aa17