[go-nuts] Re: Go 1.11.1 is released

2018-12-11 Thread Sascha Andres
Hi Khaled, he had two go binaries in his path with different versions. So he had multiple installations mixing up. Try to look if you have multiple go installations - if you uninstall one and then again put another on the system you still end up with two. On Linux you could have installed one

[go-nuts] Re: Go 1.11.1 is released

2018-12-10 Thread amank8686
Can you please share what you did to clear everything out, I am running into the same issue. Did you uninstall and reinstall? On Tuesday, October 2, 2018 at 2:29:08 PM UTC-5, sc28 wrote: > > My bad -- > > Had installs in both /usr/local/bin and /usr/local/bin/go -- cleared > everything and rein

[go-nuts] Re: Go 1.11.1 is released

2018-10-02 Thread sc28
My bad -- Had installs in both /usr/local/bin and /usr/local/bin/go -- cleared everything and reinstalled -- sorry! On Tuesday, October 2, 2018 at 3:20:52 PM UTC-4, sc28 wrote: > > Just installed (Mac pkg version): > > Tried to compile simple "hello, world" > > > # errors > compile: version "g

[go-nuts] Re: Go 1.11.1 is released

2018-10-02 Thread sc28
Just installed (Mac pkg version): Tried to compile simple "hello, world" # errors compile: version "go1.11.1" does not match go tool version "go1.11" # internal/race compile: version "go1.11.1" does not match go tool version "go1.11" # unicode/utf8 compile: version "go1.11.1" does not match go t