Is your feature request related to a problem? Please describe.
In order to buf generate, my environment must have go installed so that I can first install protoc-gen-connect-go.
Describe the solution you'd like
Include prebuilt executables with releases.
Describe alternatives you've considered
Install go and use go install... 😄
Additional context
This is certainly a convenience request. My current situation is trying to create more efficient CI jobs. I can download protoc-gen-go and buf without needing to bloat the build environment by installing go and associated tools. It would be nice to be able to simply download an executable for protoc-gen-connect-go as well.
Is your feature request related to a problem? Please describe.
In order to
buf generate, my environment must havegoinstalled so that I can first installprotoc-gen-connect-go.Describe the solution you'd like
Include prebuilt executables with releases.
Describe alternatives you've considered
Install go and use
go install...😄Additional context
This is certainly a convenience request. My current situation is trying to create more efficient CI jobs. I can download
protoc-gen-goandbufwithout needing to bloat the build environment by installing go and associated tools. It would be nice to be able to simply download an executable forprotoc-gen-connect-goas well.