Closed
Description
Go version
go version go1.22.0 darwin/amd64
Output of go env
in your module/workspace:
This isn't needed.
What did you do?
I ran this command:
clear ; time GOOS=darwin GOARCH=amd64 ./all.bash
What did you see happen?
I saw this error message at the end of testing the go compiler:
./all.bash: line 13: /<snip>/Go: No such file or directory
What did you expect to see?
I expected to see this:
ALL TESTS PASSED
---
Installed Go for darwin/amd64 in /Users/<snip>/Go compiler/goroot
Installed commands in /Users/<snip>/Go compiler/goroot/bin
*** You need to add /Users/<snip>/Go compiler/goroot/bin to your PATH.