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
Go to golang.org/dl and download the Go1.14beta1 for MacOS. Specifically go1.14beta1.darwin-amd64.pkg
git clone https://go.googlesource.com/go
cd go/src
./make.bash
What did you expect to see?
Go successfully compiles
What did you see instead?
./make.bash
Building Go cmd/dist using /usr/local/go. (go1.14beta1 darwin/amd64)
Building Go toolchain1 using /usr/local/go.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
Building Go toolchain2 using go_bootstrap and Go toolchain1.
go: github.com/DataDog/[email protected]+incompatible: no http in bootstrap go command
go tool dist: FAILED: /Users/marwansulaiman/marwan/uhh/go/pkg/tool/darwin_amd64/go_bootstrap install -gcflags=all= -ldflags=all= -i cmd/asm cmd/cgo cmd/compile cmd/link: exit status 1
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes, go1.14beta1
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Go to golang.org/dl and download the Go1.14beta1 for MacOS. Specifically
go1.14beta1.darwin-amd64.pkg
git clone https://go.googlesource.com/go
cd go/src
./make.bash
What did you expect to see?
Go successfully compiles
What did you see instead?
The text was updated successfully, but these errors were encountered: