Feature Request: Use latest stable version
See original GitHub issueDescription:
It would be nice to supply stable
to the go-version
parameter and it would use the latest stable release from the manifest
Justification: Github Action Runners are not always on the latest go version and I want to test my master branch against the latest stable release. Currently this involves changing a lot of repos once a new version comes out so they reference the latest version.
Issue Analytics
- State:
- Created a year ago
- Reactions:4
- Comments:10 (4 by maintainers)
Top Results From Across the Web
[Feature request][Python] Automatically set last stable version
2. Argumentation. I develop Python packages. I want, that my packages works on latest stable Python version. Part of my example .travis.yml file ......
Read more >Feature Request Template: How to Manage Suggestions at ...
Streamline and organize user feedback with this free feature request template. Available in Google Docs and Sheets (no email required).
Read more >Implementation of New Features Policy | Atlassian Support
To see the latest changes, take a look at the Atlassian Cloud release notes ... We get a large number of suggestions and...
Read more >Feature request tracking: Guide, tools & best practices - Beamer
Feature requests are feedback forms that customers can fill out to ask for new features or suggest improvements to existing ones.
Read more >10 Tips for Responding Graciously to Customer Feature ...
Picture this scenario: A customer requests a feature. Support politely tells them that it can't be done while still providing top quality service....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@cristaloleg, not exact,
^1.17
- install version from the pre-installed versions on the runner, for example the latest go version on the Ubuntu 20.04 runner is 1.18: https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-Readme.md#gocheck_latest: true
- install version from go-versions repository, the latest available version is 1.18.1 there: https://github.com/actions/go-versions/blob/main/versions-manifest.jsonHi, @nadoo 👋 ! Thanks a lot for your comment, currently we are working on adding new versions to the versions-manifest.json.