How to upgrade Golang version
To upgrade the Golang version:
- Upgrade build image version
- Upgrade Golang version in
build-image/Dockerfile
- Build new image
make build-image/.uptodate
- Publish the new image to
quay.io
(requires a maintainer) - Update the Docker image tag in
.github/workflows/*
- Upgrade Golang version in
- Upgrade integration tests version
- Update the Golang version installed in the
integration
job in.github/workflows/*
- Update the Golang version installed in the
If the minimum support Golang version should be upgraded as well:
- Upgrade
go
version ingo.mod