We need to create a new workflow that updates GoLang **patch** versions for all active branches, running regularly (cron). Examples of [elastic-agent](https://github.com/elastic/elastic-agent/blob/main/.github/workflows/bump-golang.yml), [apm-server](https://github.com/elastic/apm-server/blob/main/.github/workflows/bump-golang.yml), and [beats](https://github.com/elastic/beats/blob/main/.github/workflows/bump-golang.yml).
We need to create a new workflow that updates GoLang patch versions for all active branches, running regularly (cron).
Examples of elastic-agent, apm-server, and beats.