-
Notifications
You must be signed in to change notification settings - Fork 75
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
asking for 1.10 selects 1.1 #132
Comments
- Go v1.10 will be supported on Travis soon - travis-ci/gimme#132
- Go v1.10 will be supported on Travis soon - travis-ci/gimme#132
Do understand that YAML says |
Yes, I understand that. What I am suggesting it is to make sure that '1.42.x' always works to pick up '1.42' even if '1.42.1' isn't even out :) |
I don't think gimme understands |
Also, getting a green build that reads |
If Right now, if I write |
And 1.9.1 on OSX ;) |
+1 prometheus is using gimme and so far always using the 1.10.x format to avoid updating travis on every go minor change. |
At present, the |
travis-ci/gimme#132 Signed-off-by: Máximo Cuadros <[email protected]>
drop 1.8 support also. Note that ugly double quates are necessary travis-ci/gimme#132 Signed-off-by: FUJITA Tomonori <[email protected]>
Note we have to put the version number in quotes to work around travis-ci/gimme#132
Note we have to put the version number in quotes to work around travis-ci/gimme#132
The version numbers in the travis config are strings, not numbers. See travis-ci/gimme#132.
... and use quotes to avoid undesirable YAML float conversion. See also: - travis-ci/gimme#132 - travis-ci/gimme#130
The |
That |
(For clarification: |
drop 1.8 support also. Note that ugly double quates are necessary travis-ci/gimme#132 Signed-off-by: FUJITA Tomonori <[email protected]>
travis-ci/gimme#132 Signed-off-by: Máximo Cuadros <[email protected]>
with this
.travis.yml
file:one gets
1.1
:to get
1.10
, one has to write it like so:and just putting
1.10.x
confusesgimme
:could we have gimme understand that
x.yy.z
means anyx.yy
even if no patch release forx.yy
was made yet ?The text was updated successfully, but these errors were encountered: