go-nv / goenv

:blue_car: Like pyenv and rbenv, but for Go.
https://github.com/go-nv/goenv
MIT License
2.05k stars 245 forks source link

installed wrong go version #276

Open zhuxubin01 opened 1 year ago

zhuxubin01 commented 1 year ago

my mac is arm64, when i use goenv install 1.19.3

and see the go version is amd64

go version go1.19.3 darwin/amd64

ChronosMasterOfAllTime commented 1 year ago

Interesting; does this issue occur when installing 1.19.2 for example?

For a more verbose output set GOENV_DEBUG=1 in your shell instance