-
Notifications
You must be signed in to change notification settings - Fork 73
Closed
Description
with this .travis.yml
file:
go:
- 1.10
one gets 1.1
:
Updating gimme
$ GIMME_OUTPUT="$(gimme 1.1 | tee -a $HOME/.bashrc)" && eval "$GIMME_OUTPUT"
go version go1.1 linux/amd64
to get 1.10
, one has to write it like so:
go:
- "1.10"
and just putting 1.10.x
confuses gimme
:
Updating gimme
$ GIMME_OUTPUT="$(gimme 1.10.x | tee -a $HOME/.bashrc)" && eval "$GIMME_OUTPUT"
I don't have any idea what to do with '1.10.x'.
(using type 'auto')
could we have gimme understand that x.yy.z
means any x.yy
even if no patch release for x.yy
was made yet ?
wkschwartz, ncw, marten-seemann and eastcoinuser
Metadata
Metadata
Assignees
Labels
No labels