Can't download tools from goproxy

Hi, I’m trying to install golang tools (I’m new to GoLang) but seems I cannot download some tools from proxy.golang.org

> go.exe install -v github.com/ramya-rao-a/go-outline@latest
> go: downloading golang.org/x/tools v0.1.1
> go\pkg\mod\github.com\ramya-rao-a\go-outline@v0.0.0-20210608161538-9736a4bde949\main.go:14:2: golang.org/x/tools@v0.1.1: Get "https://proxy.golang.org/golang.org/x/tools/@v/v0.1.1.zip": read tcp 192.168.169.173:63835->142.250.182.113:443: wsarecv: An existing connection was forcibly closed by the remote host.

I tried from VS Code but I get the same error:


This is the list of tools that I cannot download:
go-outline
gotests
gomodifytags
impl
dlv
dlv-dap
staticcheck
gopls

I’ve tried to set the correct IP of the server directly inside my HOSTS file, I’ve taken the IP from dnschecker

Do you have any clue on how to resolve this?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.