-
Notifications
You must be signed in to change notification settings - Fork 929
Upgrade Go Guide
Shwetha Gururaj edited this page May 17, 2024
·
4 revisions
This procedure describes how to upgrade Golang for the cf CLI project.
- Read the release notes: https://golang.org/doc/devel/release.html
- Run
go get -u golang.org/x/<pkg>
forgolang.org/x/
packages we directly depend on- Make sure to rerun the unit and integration tests. (https://github.com/cloudfoundry/cli/blob/master/.github/CONTRIBUTING.md#development-environment-setup).
- Push changes made to cf cli repo.
- Update and push the
ci/cli-base/Dockerfile
image'sFROM golang:<major>.<minor>
. Then run thecreate-cli-base-image
Concourse Job.
- Update the version number in the developer guide