In order to help integrate Buf into our workflow, I need help figuring out what versions of protoc and protobuf that Buf is depending on.
I found in the repo that they are defaulting to PROTOC_VERSION := v22.0
, but that doesn't seem like a maintainable way to track versions.
Is there another way to communicate version tracking to my team?