bufbuild / rules_buf

Bazel rules for Buf.
Apache License 2.0
45 stars 17 forks source link

Make `buf` version configurable #4

Closed srikrsna-buf closed 2 years ago

srikrsna-buf commented 2 years ago

We should look at ways to make buf, protoc-gen-buf-breaking, and protoc-gen-buf-lint versions configurable. Similar to rules_go.

One way we can do this is by relying on rules_go to install buf using go install. Need to explore how rules_go itself does it.