This is an automated email from the ASF dual-hosted git repository.

lostluck pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new c419adcbec7 Bump go version to 1.20.4 (#26787)
c419adcbec7 is described below

commit c419adcbec7c1d359aedd24409bf0a2a1ec4ac77
Author: James Fricker <[email protected]>
AuthorDate: Sat May 20 02:35:24 2023 +1000

    Bump go version to 1.20.4 (#26787)
---
 .../src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy  | 2 +-
 sdks/go/run_with_go_version.sh                                      | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy 
b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
index a8892d2831a..949dd6b4737 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -2081,7 +2081,7 @@ class BeamModulePlugin implements Plugin<Project> {
       def goRootDir = "${project.rootDir}/sdks/go"
 
       // This sets the whole project Go version.
-      project.ext.goVersion = "go1.20.2"
+      project.ext.goVersion = "go1.20.4"
 
       // Minor TODO: Figure out if we can pull out the GOCMD env variable 
after goPrepare script
       // completion, and avoid this GOBIN substitution.
diff --git a/sdks/go/run_with_go_version.sh b/sdks/go/run_with_go_version.sh
index 5d97cd40949..b31c4477174 100755
--- a/sdks/go/run_with_go_version.sh
+++ b/sdks/go/run_with_go_version.sh
@@ -25,7 +25,7 @@
 # Accepts the following optional flags, after which all following parameters
 # will be provided to the go version tool.
 #    --version -> A string for a fully qualified go version, eg go1.16.5 or 
go1.18beta1
-#        The list of available versions are at https://go.dev/dl/ 
+#        The list of available versions are at https://go.dev/dl/
 #    --gocmd -> a specific path to a Go command to execute. If present, 
ignores --version flag
 #        and avoids doing the download check step.
 
@@ -36,8 +36,8 @@ set -e
 # The specific Go version used by default for Beam infrastructure.
 #
 # This variable is also used as the execution command downscript.
-# The list of downloadable versions are at https://go.dev/dl/ 
-GOVERS=go1.20.2
+# The list of downloadable versions are at https://go.dev/dl/
+GOVERS=go1.20.4
 
 if ! command -v go &> /dev/null
 then

Reply via email to