Anyone using Go for task automation across servers?

We’ve used Go to write internal tools for years, but I’m wondering if anyone here has built orchestration-type workflows with Go — like triggering scripts, checking server states, managing reboots, syncing logs, etc.

Right now we’re still relying on Bash + Ansible + cron, but exploring if Go could be more robust (especially with built-in concurrency). Curious if you’re mixing Go with Jenkins, Attune, or writing your own lightweight orchestration layer?