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
I am trying to set up a working environment on a new Mac (Studio M1 Max), the installation itself was fine, the test code compiles and runs fine, but I get errors when I try to install the basic tools. I tried both "automatically" via VSCode and manually, the effect is the same.
What version of Go are you using (go version)?
$ go version
go version go1.18 darwin/arm64
(installed by homebrew)
Does this issue reproduce with the latest release?
I think I'm using the latest version.
What operating system and processor architecture are you using (go env)?
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.
I am trying to set up a working environment on a new Mac (Studio M1 Max), the installation itself was fine, the test code compiles and runs fine, but I get errors when I try to install the basic tools. I tried both "automatically" via VSCode and manually, the effect is the same.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
I think I'm using the latest version.
What operating system and processor architecture are you using (
go env
)?MacOs 12.3.1 (21E258) on Apple M1 Max
go env
OutputWhat did you do?
go install golang.org/x/tools/cmd/godoc@latest
What did you expect to see?
Nothing, installed tool/package.
What did you see instead?
When
-x
is added to command, returns (probably) the correct install log, but finally tries to create a directory that already exists.At this location is link to current installation:
P.S. Same effect is with all "default" tools: go-outline, gotests, gomodifytags, impl, goplay, staticcheck, gopls
The text was updated successfully, but these errors were encountered: