Skip to content

Update protobuf files#7

Merged
tmosleyIII merged 1 commit into
mainfrom
chore/tmosley/update-pb-files
Dec 3, 2025
Merged

Update protobuf files#7
tmosleyIII merged 1 commit into
mainfrom
chore/tmosley/update-pb-files

Conversation

@tmosleyIII

Copy link
Copy Markdown
Contributor

This pull request updates the generated Go code for protocol buffer files to use older versions of the protoc and protoc-gen-go tools. The changes are purely related to the tool versions used for code generation; there are no modifications to the actual code logic or APIs.

Updates to code generation tool versions:

  • All *.pb.go files for flowctl/v1 and stellar/v1 now reference protoc-gen-go v1.36.8 and protoc v6.31.1 instead of protoc-gen-go v1.36.10 and protoc v6.32.1. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]
  • All *_grpc.pb.go files for flowctl/v1 and stellar/v1 now reference protoc v6.31.1 instead of protoc v6.32.1. [1] [2] [3] [4] [5] [6] [7] [8]

No functional changes have been made to the generated code; this is strictly a change to the metadata about code generation.

@tmosleyIII tmosleyIII merged commit a88b2ec into main Dec 3, 2025
1 check failed
@tmosleyIII tmosleyIII deleted the chore/tmosley/update-pb-files branch December 3, 2025 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant