From b7c2a16f60bbb8a2c4c36eb3df3e33019dce802c Mon Sep 17 00:00:00 2001 From: mlsmaycon Date: Thu, 27 Aug 2026 08:39:45 +0000 Subject: [PATCH] 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. --- shared/management/proto/management.pb.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/management/proto/management.pb.go b/shared/management/proto/management.pb.go index b05321820..8a0c25df0 100644 --- a/shared/management/proto/management.pb.go +++ b/shared/management/proto/management.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.26.0 -// protoc v3.21.12 +// protoc v7.34.1 // source: management.proto package proto