Skip to content
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

Use the latest release #31

Closed
cristaloleg opened this issue Dec 4, 2019 · 2 comments
Closed

Use the latest release #31

cristaloleg opened this issue Dec 4, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@cristaloleg
Copy link

#11 gave us the ability to use the latest version for a specific release, in other other words - to care about major and minor, but not a patch version.

Is it possible to specify the latest minor as well? Just a 1.x which will take the latest Go release, today it will be 1.13.4, but after the release of 1.14 (somewhere in February) 1.x become 1.14.x.

Basically, the same as Travis does. Thank you.

@bryanmacfarlane
Copy link
Member

v2-beta supports full semver support. e.g. https://github.com/bryanmacfarlane/actions-playground/blob/master/.github/workflows/tools.yml#L27

v2-beta also supports a stable true / false input.

So all this should be fixed and possible in v2-beta. Please give it a try.

@bryanmacfarlane bryanmacfarlane added the enhancement New feature or request label Mar 26, 2020
@bryanmacfarlane
Copy link
Member

Please let me know if you can't achieve what you're after with v2-beta. I'll reactivate if not.

jbpratt added a commit to jbpratt/helix that referenced this issue Sep 1, 2020
The only additional thing required should be a token placed in the
settings for goveralls

closes nicklaw5#36

https://github.com/mattn/goveralls#github-actions
actions/setup-go#31
jbpratt added a commit to jbpratt/helix that referenced this issue Sep 1, 2020
The only additional thing required should be a token placed in the
settings for goveralls

closes nicklaw5#36

https://github.com/mattn/goveralls#github-actions
actions/setup-go#31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants