arjun024 and robdimsdale automation to bump go version
2730f41 Nov 1, 2023
automation to bump go version
Here's the design:
- We track changes to github.com/cloudfoundry/bosh-package-golang-release/blob/main/packages/golang-1-linux/version
  which denotes the latest available golang version.
- On change to above, CI fires the task that revendors the package and
  pushes to the repo.
- This updates the package's spec.lock and triggers the usual good olde
  rootfs building...release process.
- The CATS will guard against go update errors.
2730f41