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?

I have never used Golang and Jenkins for an Orch layer… I’m more comfortable using only Golang for everything.

We have 2 projects with simple schedulers on Go. Of course we still rely on cron to start them, but everything else they do on their own after.