Deleted usr/local/go and copied/extracted go1.7.4.darwin-amd64.tar.gz

usr/local/go/VERSION file shows go1.7.4

but go version still showing version 1.9.2

Don't know where it's coming from

Any idea?

go version

go version go1.9.2 darwin/amd64


$ go env

GOARCH="amd64"

GOBIN=""

GOEXE=""

GOHOSTARCH="amd64"

GOHOSTOS="darwin"

GOOS="darwin"

GOPATH="/Users/iwtx/work"

GORACE=""

GOROOT="/usr/local/go"

GOTOOLDIR="/usr/local/go/pkg/tool/darwin_amd64"

GCCGO="gccgo"

CC="clang"

GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments 
-fmessage-length=0 -gno-record-gcc-switches -fno-common"

CXX="clang++"

CGO_ENABLED="1"

CGO_CFLAGS="-g -O2"

CGO_CPPFLAGS=""

CGO_CXXFLAGS="-g -O2"

CGO_FFLAGS="-g -O2"

CGO_LDFLAGS="-g -O2"

PKG_CONFIG="pkg-config"





On Monday, October 30, 2017 at 3:11:59 PM UTC+5:30, Dave Cheney wrote:
>
> It looks like your using OS X, which doesn’t ship with any version of Go 
> that I know of. Nevertheless the uninstall operation is simple, just delete 
> /usr/local/go and follow the installation instructions on the website.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to