Skip to content
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

gvm installs wrong go on (at least) OSX #64

Closed
ryanobjc opened this issue Apr 21, 2014 · 0 comments
Closed

gvm installs wrong go on (at least) OSX #64

ryanobjc opened this issue Apr 21, 2014 · 0 comments

Comments

@ryanobjc
Copy link

$ gvm install 1.2
Installing go1.1.2...

  • Compiling...

I'm not sure how go1.1.2 == 1.2 but ok....

I then installed go1.2 and that worked:
$ gvm install go1.2
Installing go1.2...

  • Compiling...

then I get:
$ gvm use 1.2
Now using version go1.1.2
$ go version
go version devel +1b5a82d4b552 Sun Apr 20 20:29:17 2014 +0200 darwin/amd64
$ gvm use go1.2
Now using version go1.2
$ go version
go version devel +1b5a82d4b552 Sun Apr 20 20:29:17 2014 +0200 darwin/amd64

So I think I must be missing something, because (a) neither of these versions have a tagged release version number and (b) they are both the same! go1.1.2 == go1.2 ????

jbussdieker added a commit that referenced this issue Apr 27, 2014
jbussdieker added a commit that referenced this issue Apr 27, 2014
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

No branches or pull requests

2 participants