Skip to content

Conversation

@QuentinPerez
Copy link
Contributor

root@733000e59cca:~/bin# eval "$(GIMME_GO_VERSION=1.1 ./gimme)"
go version go1.1 linux/amd64
root@733000e59cca:~/bin# go get github.com/QuentinPerez/scaleway-cli
# github.com/QuentinPerez/scaleway-cli
../src/src/github.com/QuentinPerez/scaleway-cli/goversion_unsupported.go:6: "Bad go version, please install a version greater than or equal to 1.5" evaluated but not used
root@733000e59cca:~/bin# eval "$(GIMME_GO_VERSION=1.2 ./gimme)"
go version go1.2 linux/amd64
root@733000e59cca:~/bin# go get github.com/QuentinPerez/scaleway-cli
# github.com/QuentinPerez/scaleway-cli
../src/src/github.com/QuentinPerez/scaleway-cli/goversion_unsupported.go:6: "Bad go version, please install a version greater than or equal to 1.5" evaluated but not used
root@733000e59cca:~/bin# eval "$(GIMME_GO_VERSION=1.4 ./gimme)"
go version go1.4 linux/amd64
root@733000e59cca:~/bin# go get github.com/QuentinPerez/scaleway-cli
# github.com/QuentinPerez/scaleway-cli
../src/src/github.com/QuentinPerez/scaleway-cli/goversion_unsupported.go:6: "Bad go version, please install a version greater than or equal to 1.5" evaluated but not used
root@733000e59cca:~/bin# eval "$(GIMME_GO_VERSION=1.5 ./gimme)"
go version go1.5 linux/amd64
root@733000e59cca:~/bin# go get github.com/QuentinPerez/scaleway-cli
root@733000e59cca:~/bin# rm -fr ~/src/src/github.com/QuentinPerez/
root@733000e59cca:~/bin# eval "$(GIMME_GO_VERSION=1.5.1 ./gimme)"
go version go1.5.1 linux/amd64
root@733000e59cca:~/bin# go get github.com/QuentinPerez/scaleway-cli

@moul
Copy link
Contributor

moul commented Nov 5, 2015

LGTM

moul added a commit that referenced this pull request Nov 5, 2015
@moul moul merged commit 1dd8150 into scaleway:master Nov 5, 2015
@moul moul removed the in progress label Nov 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants