cmd/go: go install -v -i ... hangs indefinitely with Go 1.15.1 but not 1.13.4 #41207
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
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?
In Powershell
go get -v -u gopkg.in/couchbase/gocb.v2
Then I tried
go get -v -u -d gopkg.in/couchbase/gocb.v2
and all packages were downloaded and cursor returned successfully
go install -v -i ...
Hangs indefinitely
What did you expect to see?
download and install packages
What did you see instead?
hangs after download
The text was updated successfully, but these errors were encountered: