question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature Request: Use latest stable version

See original GitHub issue

Description: 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:closed
  • Created a year ago
  • Reactions:4
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
vsafonkincommented, Apr 18, 2022

@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#go

check_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.json

2reactions
IvanZosimovcommented, Apr 15, 2022

Hi, @nadoo 👋 ! Thanks a lot for your comment, currently we are working on adding new versions to the versions-manifest.json.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found