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-11-11 15:43:33 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-11-12 17:39:42 +0300
commitf670482dcb4fb6cacc81308e91ec7f194da4e820 (patch)
tree9a554314dde7225a1be14a1b5a48c815d21444f6
parent7a421817d51abd1fa830353b706e585d77492608 (diff)
Makefile: Upgrade golangci-lint to v1.43
Upgrade golangci-lint to v1.43, which is the newest released version at the time of writing this commit.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c77342090..2034afdb4 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,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.42.0
+GOLANGCI_LINT_VERSION ?= 1.43.0
GOCOVER_COBERTURA_VERSION ?= aaee18c8195c3f2d90e5ef80ca918d265463842a
GOFUMPT_VERSION ?= 0.1.1
GOIMPORTS_VERSION ?= 2538eef75904eff384a2551359968e40c207d9d2