We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Build https://travis-ci.org/myitcv/vgoimporter/builds/387659191 uses the 1.x selector for a Go version:
1.x
myitcv/vgoimporter@26615dd#diff-354f30a63fb0907d4ad57269548329e3R11
But this ends up resolving to 1.10.1, despite 1.10.2 currently being the latest version.
The text was updated successfully, but these errors were encountered:
That 1.x resolution is happening inside Travis's config handling system, before gimme is involved.
gimme
With current master HEAD gimme, we see:
% gimme -r 1.x 1.10.2
I don't recall where this belongs in Travis's repos, but not here, and if they used gimme to resolve, then this wouldn't happen.
Sorry, something went wrong.
Thanks @philpennock
Does this correspond with travis-ci/travis-build#1388?
/cc @BanzaiMan
Looks like it, yes.
No branches or pull requests
Build https://travis-ci.org/myitcv/vgoimporter/builds/387659191 uses the
1.x
selector for a Go version:myitcv/vgoimporter@26615dd#diff-354f30a63fb0907d4ad57269548329e3R11
But this ends up resolving to 1.10.1, despite 1.10.2 currently being the latest version.
The text was updated successfully, but these errors were encountered: