buf-setup-action icon indicating copy to clipboard operation
buf-setup-action copied to clipboard

Results 13 buf-setup-action issues
Sort by recently updated
recently updated
newest added

It would nice if the default version could be discovered from the repo's `go.mod` version if present in the same vane as [go-version-file for action/setup-go](https://github.com/search?q=repo%3Aactions%2Fsetup-go%20go-version-file&type=code) ``` steps: - uses: actions/checkout@v2...

https://github.com/bufbuild/buf-setup-action/issues/9 added support for ARM environments, but no download exists for buf with the format `buf-Linux-arm64`. One does exist for `buf-Linux-aarch64` which is probably what should be downloaded.

The current `Makefile` setup isn't complete - new users need a variety of tools already installed in order to use it, and running `make` won't automatically install the dependencies you...

enhancement