Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pick up fixes to the following Go bugs:
net/http: transport caches permanently broken persistent connections if write error happens during h2 handshake [1.15 backport] golang/go#45076
Strange behaviour with loops [1.15 backport] golang/go#45187
database/sql: deadlock on transaction stmt context cancel [1.15 backport] golang/go#42884
Adjust the Pebble tests to run in new version.
Adjust version in Docker image (source).
Rebuild and push the Docker image (following Basic Process)
Bump the version in
WORKSPACE
undergo_register_toolchains
. You may need to bump rules_go.Bump the version in
builder.sh
accordingly (source).Bump the version in
go-version-check.sh
(source), unless bumping to a new patch release.Bump the go version in
go.mod
. You may also need to rerunmake vendor_rebuild
if vendoring has changed.Bump the default installed version of Go in
bootstrap-debian.sh
(source).Replace other mentions of the older version of go (grep for
golang:<old_version>
andgo<old_version>
).Update the
builder.dockerImage
parameter in the TeamCityCockroach
andInternal
projects.Adjust
GO_VERSION
in the TeamCity agent image (setup script)and ask the Developer Infrastructure team to deploy new images.
Resolves #63836.
Release note (general change): Upgrade the CRDB binary to Go 1.15.10