Skip to content

asking for 1.10 selects 1.1 #132

@sbinet

Description

@sbinet

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions