Ask HN: Should GitHub downtimes impact considering Golang for a new project?
I didn't have much data, just an intuition, that to build projects you'd be pulling lots of data at CI and dev time from GitHub. With current service degradation, should I choose other languages until either GitHub stabilizes or the Golang ecosystem moves to another platform?
https://chatgpt.com/share/6a8da3d3-fee4-83e9-abdf-946727bc73ab
Comments
`go mod vendor` is the solution
https://go.dev/ref/mod#go-mod-vendor
Something like sonatype nexus could mitigate that