Skip to content

Commit

Permalink
Merge pull request #28647: Move instructions for upgrading Go version…
Browse files Browse the repository at this point in the history
… to release guide
  • Loading branch information
kennknowles authored Sep 26, 2023
2 parents 27f589e + ca9b44d commit cf0a125
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions contributor-docs/release-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,14 @@ related to the update have time to surface.

#### Update Go version used for container builds

Tracked in Github issue https://github.com/apache/beam/issues/27897
Go makes security patch releases of their tooling. Ideally, we upgrade as soon
as possible, but it is also good to ensure we are up to date for each release.

Ideally, do the update at least a week before the release cut, so that any issues
related to the update have time to surface.
This potentially affects container bootloader security, and at the least can cause
false positives when an default-configuration scanner is pointed at our containers.

- [ ] See if https://go.dev/doc/devel/release has a newer release. Update throughout
Beam. See example at https://github.com/apache/beam/pull/27900/files

#### Update the Java BOM

Expand Down

0 comments on commit cf0a125

Please sign in to comment.