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:41:38 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-06-10 15:27:45 +0300
commit8f09bf46b29c3736e811b2cb7511a739d23f5db1 (patch)
treeeeca452aa6043b5d463474ab52cf85b864982aed /tools
parent560ed83eb721b51754f040de76497000ff4b100b (diff)
Makefile: Update protoc to v21.1
Update protoc to v21.1. Note that this is quite a jump from our current v3.17.3. This isn't all that scary, but a result of upstream changing their versioning schema to drop the leading `3`. Our generated Go files remain unchanged.
Diffstat (limited to 'tools')
-rw-r--r--tools/protoc-gen-gitaly-lint/testdata/invalid.pb.go2
-rw-r--r--tools/protoc-gen-gitaly-lint/testdata/invalid_grpc.pb.go2
-rw-r--r--tools/protoc-gen-gitaly-lint/testdata/valid.pb.go2
-rw-r--r--tools/protoc-gen-gitaly-lint/testdata/valid_grpc.pb.go2
4 files changed, 4 insertions, 4 deletions
diff --git a/tools/protoc-gen-gitaly-lint/testdata/invalid.pb.go b/tools/protoc-gen-gitaly-lint/testdata/invalid.pb.go
index 830105b4d..409245f4e 100644
--- a/tools/protoc-gen-gitaly-lint/testdata/invalid.pb.go
+++ b/tools/protoc-gen-gitaly-lint/testdata/invalid.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.0
-// protoc v3.17.3
+// protoc v3.21.1
// source: protoc-gen-gitaly-lint/testdata/invalid.proto
package testdata
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 df0850dd3..d289b39a7 100644
--- a/tools/protoc-gen-gitaly-lint/testdata/invalid_grpc.pb.go
+++ b/tools/protoc-gen-gitaly-lint/testdata/invalid_grpc.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc v1.2.0
-// - protoc v3.17.3
+// - protoc v3.21.1
// source: protoc-gen-gitaly-lint/testdata/invalid.proto
package testdata
diff --git a/tools/protoc-gen-gitaly-lint/testdata/valid.pb.go b/tools/protoc-gen-gitaly-lint/testdata/valid.pb.go
index 0b6f5cc8b..79d0ad025 100644
--- a/tools/protoc-gen-gitaly-lint/testdata/valid.pb.go
+++ b/tools/protoc-gen-gitaly-lint/testdata/valid.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.0
-// protoc v3.17.3
+// protoc v3.21.1
// source: protoc-gen-gitaly-lint/testdata/valid.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 4b58f5221..6d9ff8ad5 100644
--- a/tools/protoc-gen-gitaly-lint/testdata/valid_grpc.pb.go
+++ b/tools/protoc-gen-gitaly-lint/testdata/valid_grpc.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc v1.2.0
-// - protoc v3.17.3
+// - protoc v3.21.1
// source: protoc-gen-gitaly-lint/testdata/valid.proto
package testdata