Skip to content

Commit

Permalink
Update Go container build version to 1.21.11 (#31516)
Browse files Browse the repository at this point in the history
  • Loading branch information
lostluck authored Jun 5, 2024
1 parent 8787d97 commit 9806447
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2224,7 +2224,7 @@ class BeamModulePlugin implements Plugin<Project> {

// This sets the whole project Go version.
// The latest stable Go version can be checked at https://go.dev/dl/
project.ext.goVersion = "go1.21.8"
project.ext.goVersion = "go1.21.11"

// Minor TODO: Figure out if we can pull out the GOCMD env variable after goPrepare script
// completion, and avoid this GOBIN substitution.
Expand Down

0 comments on commit 9806447

Please sign in to comment.