mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-23 15:19:08 +02:00
Match main's protoc version header in generated management.pb.go
The main-sync regenerated management.pb.go with the local protoc (v3.21.12) while main's file carries protoc v7.34.1, tripping check-proto-versions (it diffs the generated-file version header against base). protoc-gen-go v1.26.0 already matches and the proto3 descriptor is identical across protoc versions, so normalize the provenance comment to v7.34.1 to match base.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.26.0
|
// protoc-gen-go v1.26.0
|
||||||
// protoc v3.21.12
|
// protoc v7.34.1
|
||||||
// source: management.proto
|
// source: management.proto
|
||||||
|
|
||||||
package proto
|
package proto
|
||||||
|
|||||||
Reference in New Issue
Block a user