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:18 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-06-10 15:25:21 +0300
commita96c8e3dabb49bf58d90abcccecde16dad51da53 (patch)
treeb2c12a7eefc5fa9934c6360bc39149edbdb594c4
parentf96bc95c9856a5257dcc0f4a99b834eb47770192 (diff)
Makefile: Update protolint to v0.38.1
Update protolint to v0.38.1. The only interesting change is support for Protocol buffer 3's optional fields, but we don't currently use them anyway.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9f458f2a0..9fcb7549e 100644
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,7 @@ endif
# Dependency versions
GOLANGCI_LINT_VERSION ?= 1.46.1
-PROTOLINT_VERSION ?= 0.37.1
+PROTOLINT_VERSION ?= 0.38.1
GOCOVER_COBERTURA_VERSION ?= aaee18c8195c3f2d90e5ef80ca918d265463842a
GOFUMPT_VERSION ?= 0.3.1
GOIMPORTS_VERSION ?= 2538eef75904eff384a2551359968e40c207d9d2