Edward McFarlane
Edward McFarlane
Would be great to have something shorter! I don't think we can use on conflicts, as introducing a message that causes a conflict will then break all the previous implementations....
Hi @petelah, we have been working on a new action [`buf-action`](https://github.com/bufbuild/buf-action) to address many of these issues. Could you clarify the use case for output of errors and raise an...
Closing as the issue above has been merged.
Fix will go out in the next release.
@alileza this is completed in `buf-action`: https://github.com/bufbuild/buf-action/blob/main/action.yml#L50
The new [`buf-action`](https://github.com/bufbuild/buf-action) supports versioning commands from the [buf installed on the runner](https://github.com/bufbuild/buf-action?tab=readme-ov-file#versioning). This can be used to install the version in the `go.mod` file by calling the following: ```...
Hey @dipjyotimetia-anz , could you please provide more details about the runner, what arch and os are you using? And if you're able to could you re-run the workflow with...
@dipjyotimetia-anz closing in favor of [`buf-action`](https://github.com/bufbuild/buf-action). Support for self hosted runners has been tested. Please open an issue there if this issue continues.
These two parameters `exclude_imports` and `exclude_paths` have been added to the new [`buf-action`](https://github.com/bufbuild/buf-action). Closing in favor of using this action to support this config.
Hey @edmondop, thanks for raising the issue. Similar discussions have been raised recently in https://github.com/connectrpc/connect-go/discussions/708 and https://github.com/connectrpc/connect-go/issues/694 . Opening the type up for constructors seems like a valuable way to...