grammars-v4 icon indicating copy to clipboard operation
grammars-v4 copied to clipboard

Go build--issues with connection

Open kaby76 opened this issue 3 years ago • 0 comments
trafficstars

2022-08-08T15:25:37.0856980Z go: github.com/antlr/antlr4/runtime/Go/[email protected]: invalid version: Get "https://proxy.golang.org/github.com/antlr/antlr4/runtime/%21go/antlr/@v/4.10.info": stream error: stream ID 7; INTERNAL_ERROR; received from peer
2022-08-08T15:25:37.0877720Z Build failed

Github has crappy links to the network. The Dart target failed before. Now it's Go. The solution employed in the Dart target was to loop 5x's until it got it right. This seems ok for the "go get" line.

I don't think it'll fail for the go build line because I don't think there are any further dependencies??? Hmm, I though "go build" looks at the go.mod file and actually does the fetch from the internet.

kaby76 avatar Aug 08 '22 17:08 kaby76