3 comments

[ 2.7 ms ] story [ 15.9 ms ] thread
A temporary solution to the issue is to remove proxying for packages download:

go env -w GOPROXY=direct

go env -w GOSUMDB=off

Isn't the entire point behind using URIs as "modules URIs" that it's decentralized so the load is spread across hosts and there isn't a single point of failure? Is Golang proxying all those fetches regardless?