Skip to content

Commit

Permalink
Update container version in BeamModulePlugin.groovy (#28879)
Browse files Browse the repository at this point in the history
Ensure boot loaders are built using the latest Go patch release.
  • Loading branch information
lostluck authored Oct 9, 2023
1 parent ad5c2f5 commit 5491b5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2154,7 +2154,7 @@ class BeamModulePlugin implements Plugin<Project> {
def goRootDir = "${project.rootDir}/sdks/go"

// This sets the whole project Go version.
project.ext.goVersion = "go1.21.1"
project.ext.goVersion = "go1.21.2"

// 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 5491b5c

Please sign in to comment.