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 can force the architecture with the -a/--arch argument, for example:
g install --arch amd64 1.22.0
I just did notice that the argument gets ignored if you have the same version number for a different architecture installed already, I will fix it when I get a chance. To work around it, you can remove such version and run the install with the --arch:
$ go versiongo version go1.22.0 darwin/arm64
$ g remove 1.22.0 remove: 1.22.0
$ g install --arch amd64 1.22.0 selected: 1.22.0 location: /Users/sam/.go/.versions/1.22.0 downloading: https://dl.google.com/go/go1.22.0.darwin-amd64.tar.gz downloaded: 1.22.0 installed: go version go1.22.0 darwin/amd64
No description provided.
The text was updated successfully, but these errors were encountered: