You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [x] Adjust version in Docker image
* [x] Adjust version in the TeamCity agent image
* [x] Rebuild and push the Docker image
* [x] Download ALL the archives (`.tar.gz`, `.zip`) for the new Go
version from https://golang.org/dl/ and mirror them in the
`public-bazel-artifacts` bucket in the `Bazel artifacts` project in
GCP (sub-directory `go`, next to the other Go SDK's).
* [x] Bump the version in `WORKSPACE` under `go_download_sdk`. You may
need to bump
[rules_go](https://github.com/bazelbuild/rules_go/releases). Also edit
the filenames listed in `sdks` and update all the hashes to match what
you mirrored in the step above.
* [x] Run `./dev generate bazel` to refresh `distdir_files.bzl`, then
`bazel fetch @distdir//:archives` to ensure you've updated all hashes
to the correct value.
* [x] Bump the version in `builder.sh` accordingly
* [x] Bump the default installed version of Go in `bootstrap-debian.sh`
* [ ] Update the `builder.dockerImage` parameter in the TeamCity
[`Cockroach`](https://teamcity.cockroachdb.com/admin/editProject.html?projectId=Cockroach&tab=projectParams)
and
[`Internal`](https://teamcity.cockroachdb.com/admin/editProject.html?projectId=Internal&tab=projectParams)
projects.
* [ ] Deploy new TeamCity agent images
Partially addresses cockroachdb#82808
Release note: None
0 commit comments