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:
authorPirate Praveen <praveen@onenetbeyond.org>2020-03-21 14:27:31 +0300
committerPirate Praveen <praveen@onenetbeyond.org>2020-04-06 18:41:57 +0300
commit1010aad12c3c342858e9881bcf6b09a3efd3c9e6 (patch)
tree9d8a465afac730f0ab2853ce6ca2835647b21fe8
parentfd3dc68ca8ec4b91f07724ff44995d2735828a8f (diff)
Update grpc-tools 1.0.1 -> 1.27.0
-rw-r--r--_support/Makefile.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/_support/Makefile.template b/_support/Makefile.template
index f60d33283..33cc8828c 100644
--- a/_support/Makefile.template
+++ b/_support/Makefile.template
@@ -269,7 +269,7 @@ proto-lint: {{ .ProtoC }} {{ .ProtoCGenGo }}
cd {{ .SourceDir }}/proto/go/internal && go build -o $@ gitlab.com/gitlab-org/gitaly/proto/go/internal/cmd/protoc-gen-gitaly
{{ .GrpcToolsRuby }}: {{ .MakegenDep }}
- gem install --bindir {{ .BuildDir }}/bin -v 1.0.1 grpc-tools
+ gem install --bindir {{ .BuildDir }}/bin -v 1.27.0 grpc-tools
{{ .GoLint }}: {{ .BuildDir }}/golangci-lint.tar.gz
mkdir -p {{ .BuildDir }}/bin