DataDog / agent-payload

Payload format description for communication between the agent and the Datadog backend
BSD 3-Clause "New" or "Revised" License
21 stars 19 forks source link

Remove more remaining uses of protoc_legacy_binary for go codegen #343

Closed leeavital closed 2 months ago

leeavital commented 2 months ago

For go code generation (since we use external plugins in all cases) there's no difference between the legacy and mainline protobuf compiler.

This is safe because we can re-run the codegen and get exact same code out.

This change updates to the mainline protobuf compiler wherever we can.

What does this PR do?

Motivation

Additional Notes

Possible Drawbacks / Trade-offs

Describe how to test/QA your changes

Reviewer's Checklist

Reviewers: please see the review guidelines.

leeavital commented 2 months ago

/merge

dd-devflow[bot] commented 2 months ago

:steam_locomotive: MergeQueue: pull request added to the queue

The median merge time in master is 2m.

Use /merge -c to cancel this operation!