Patch Go version

Update vulnerable Go version to non-vulnerable Go version to build Grafana Loki binaries.

Steps

  1. Find Go version to which you need to update. Example 1.20.5 to 1.20.6
  2. Update Go version (GO_VERSION) in the Makefile.
  3. Run make release-workflows to update the version in generated release workflows.
  4. Run make update-go-version to update all relevant files.
  5. Open a pull request against the target branch (main or release-MAJOR.MINOR.x).