-
Notifications
You must be signed in to change notification settings - Fork 528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Utilize the.tool-versions
file to set expected Go version
#375
Comments
Hi, @plukevdh 👋 Thanks for the feature request, we will take a look and get back to you with updates. |
@IvanZosimov thanks! Note that I also opened a PR for this feature as well with some initial ideas: #376 |
This would be awesome to have, the setup-node action also supports this 👍
|
Hello @plukevdh , thank you for your contribution, but i would ask you to review this PR as well #402 - do you see any drawbacks of using the existing |
Description:
It would be useful to utilize the
.tool-versions
file to set the expect version of Go for the action runtime in addition to being able to set via the parameters.Justification:
Because an action may be used across a variety of steps, it can be burdensome to track the Go version via the parameter in every place used. Several other
setup-<lang>
projects are also utilizing or making progress towards using the.tool-versions
file for version locking.Are you willing to submit a PR?
💯 if this feels like a thing that would be useful to the community and in keeping with the goal of this project.
The text was updated successfully, but these errors were encountered: