I recently moved back into a devops/sre position and I'm again working with kubernetes and many golang-based tools.
I've been away (working with different technologies) for a "few years".
It's been a couple of months now and I'm stumbling in Go-based code repositories from github that either won't compile or are unofficially abandoned (last commit from 5 years ago, the README.md does not explicitly mention them being abandoned).
Hence the question: is the golang ecosystem health declining? A few years ago most repository would compile via mostly "go get && go build"
Am I perceiving this the wrong way?
Those projects were never mature or important to have companies/maintaining communities/etc built around them, and evidently never had a determined dev behind them who'd stick with them anyway.
What repositories where they? How many stars? Did anybody consider them important and mature?
It's the go to language for the plumbing of the Internet. The default enterprise stack on the backend these days is Kubernetes, Docker and Go, It used to be VMs and Java which still has a lot of legacy deploys, and will have for a long time.
One of the things you may be noticing is that there is not much more churn in the Go ecosystem. It's very mature, so nobody's updating code which is feature complete and working or has been subsumed by the awsome standard library.