[–] mariusor 3y ago ↗ A temporary solution to the issue is to remove proxying for packages download:go env -w GOPROXY=directgo env -w GOSUMDB=off
[–] capableweb 3y ago ↗ 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? [–] galenguyer 3y ago ↗ It is: https://proxy.golang.org/. The goal is faster module downloads, and to an extent prevent users from hitting GitHub/etc ratelimits
[–] galenguyer 3y ago ↗ It is: https://proxy.golang.org/. The goal is faster module downloads, and to an extent prevent users from hitting GitHub/etc ratelimits
3 comments
[ 2.7 ms ] story [ 15.9 ms ] threadgo env -w GOPROXY=direct
go env -w GOSUMDB=off