Pretty much the name. I downloaded / installed Go 1.8 for OS X, but when I go
$ go version
go version go1.7.5 darwin/amd64
My .bashrc is as follows
NPM_PACKAGES=/Users/<me>/.npm-packages
NODE_PATH="$NPM_PACKAGES/lib/node_modules:$NODE_PATH"
export PATH=~/Library/Python/3.4/bin:$PATH
export GOPATH=$HOME/Go
export PATH=$PATH:/usr/local/go/bin
My workspace is located in the "Go" directory in my home folder.
What I checked so far:
I checked the files in / usr / local / go / bin and the VERSION file is "1.8", so I know that the installation was successful.
I also updated the terminal session, I even rebooted my computer so that other processes would not interfere with it.
I use Webstorm as my IDE and it correctly recognized 1.8 as the working version
This is not an error in the version number itself, since I cannot use the "NextResultSet ()" functionality introduced in version 1.8
, .bashrc , , , .