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
path: root/tools
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-06-09 16:34:06 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-06-10 15:27:45 +0300
commit560ed83eb721b51754f040de76497000ff4b100b (patch)
tree7d8c017dbeb1ec40382200a3a8b5e9056219cbe1 /tools
parent5dd15843f4ddd09076e46293b9d95731314aed28 (diff)
Makefile: Update protoc-gen-go-grpc to v1.2.0
Update protoc-gen-go-grpc to v1.2.0. The most notable change is that we now have headers in our generated gRPC services that indicate the versions used to generate them. Other than that there are no changes in our generated files.
Diffstat (limited to 'tools')
-rw-r--r--tools/protoc-gen-gitaly-lint/testdata/invalid_grpc.pb.go4
-rw-r--r--tools/protoc-gen-gitaly-lint/testdata/valid_grpc.pb.go4
2 files changed, 8 insertions, 0 deletions
diff --git a/tools/protoc-gen-gitaly-lint/testdata/invalid_grpc.pb.go b/tools/protoc-gen-gitaly-lint/testdata/invalid_grpc.pb.go
index 746f85a4c..df0850dd3 100644
--- a/tools/protoc-gen-gitaly-lint/testdata/invalid_grpc.pb.go
+++ b/tools/protoc-gen-gitaly-lint/testdata/invalid_grpc.pb.go
@@ -1,4 +1,8 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
+// versions:
+// - protoc-gen-go-grpc v1.2.0
+// - protoc v3.17.3
+// source: protoc-gen-gitaly-lint/testdata/invalid.proto
package testdata
diff --git a/tools/protoc-gen-gitaly-lint/testdata/valid_grpc.pb.go b/tools/protoc-gen-gitaly-lint/testdata/valid_grpc.pb.go
index be6f3206b..4b58f5221 100644
--- a/tools/protoc-gen-gitaly-lint/testdata/valid_grpc.pb.go
+++ b/tools/protoc-gen-gitaly-lint/testdata/valid_grpc.pb.go
@@ -1,4 +1,8 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
+// versions:
+// - protoc-gen-go-grpc v1.2.0
+// - protoc v3.17.3
+// source: protoc-gen-gitaly-lint/testdata/valid.proto
package testdata