You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Considering that repositories using protobuf often use multiple languages and possibly multiple tool chains, it would be great to add the ability to this GH action to read its version from a version-file, such as the common-used https://asdf-vm.com/manage/configuration.html#tool-versions file format.
For example, https://github.com/denoland/setup-deno supports a deno-version parameter, which can take a version string, or a deno-version-file, which can be a deno-specific version file or a tool-versions-style file.
Describe the current behavior
Currently, there's only explicit version is supported, with not way to indicate reading the version from a file.
Describe the request
Considering that repositories using protobuf often use multiple languages and possibly multiple tool chains, it would be great to add the ability to this GH action to read its version from a version-file, such as the common-used https://asdf-vm.com/manage/configuration.html#tool-versions file format.
For example, https://github.com/denoland/setup-deno supports a
deno-version
parameter, which can take a version string, or adeno-version-file
, which can be a deno-specific version file or atool-versions
-style file.Describe the current behavior
Currently, there's only explicit
version
is supported, with not way to indicate reading the version from a file.'arduino/setup-protoc' version
latest
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: