-
Notifications
You must be signed in to change notification settings - Fork 74
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
Document what the values of GIMME_GO_VERSION can be #105
Comments
I think that 1.7 is providing 1.7.0 rather than 1.7.X. Is there a way to request "the latest stable update to the previous version" (something like "stable-legacy") or to get "the always latest version of 1.7" (something like "1.7.X")? |
1.7 will get you 1.7.0, but 1.7.x will get you the latest 1.7.4 or whatever. 1.x will get you latest stable version. This is documented at https://docs.travis-ci.com/user/languages/go/#Specifying-a-Go-version-to-use. Agreed it could be documented here too. |
No, because the gimme has mostly avoided embedding knowledge of specific versions for more than testdata. |
Hmmm. Using
Am I doing something wrong, or will it only work after Go 1.9.1 is released? |
@klauspost The Currently it's Travis CI which handles People are expecting |
It doesn't need to be too extensive, just a quick addition to the read me and to
gimme help
I've seen people use tip, master, stable, etc. What are the possible values and what do they do? I noticed someone using tip in their travis.yml and that test always takes way longer, might be good to mention which ones will take longer.
If I provide 1.8 do I get 1.8.X where X is the latest or 1.8.0?
The text was updated successfully, but these errors were encountered: