-
Notifications
You must be signed in to change notification settings - Fork 558
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
Labels
enhancement
New feature or request
Comments
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. |
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
#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 be1.13.4
, but after the release of1.14
(somewhere in February)1.x
become1.14.x
.Basically, the same as Travis does. Thank you.
The text was updated successfully, but these errors were encountered: