You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you're using go installed by homebrew, not the installer.
Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only.
@seankhliao, you are wrong. I'm always installing Go with installers from https://go.dev. But 1.20 is not installing correctly. Looks like it's bug in your installer for this version.
Exactly what helped: brew uninstall go
I have no clue how go1.19.5 have been instaled on my PC after running go1.20.0 installer. Anyway you helped me. Thank you.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
MacOS 13.2
go version
What did you expect to see?
go version go1.20.0 darwin/arm64
What did you see instead?
go version go1.19.5 darwin/arm64
/usr/local/go/VERSION
: go1.20The text was updated successfully, but these errors were encountered: