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

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


The following commit(s) were added to refs/heads/lostluck-goversion by this 
push:
     new bbc6d490d65 Update run_with_go_version.sh
bbc6d490d65 is described below

commit bbc6d490d653161aec88b41af1a1a7a12514d7e5
Author: Robert Burke <lostl...@users.noreply.github.com>
AuthorDate: Tue Mar 5 10:14:18 2024 -0800

    Update run_with_go_version.sh
---
 sdks/go/run_with_go_version.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/go/run_with_go_version.sh b/sdks/go/run_with_go_version.sh
index aa31399193a..03d8d74e9f5 100755
--- a/sdks/go/run_with_go_version.sh
+++ b/sdks/go/run_with_go_version.sh
@@ -37,7 +37,7 @@ set -e
 #
 # This variable is also used as the execution command downscript.
 # The list of downloadable versions are at https://go.dev/dl/
-GOVERS=go1.21.0
+GOVERS=go1.21.8
 
 if ! command -v go &> /dev/null
 then

Reply via email to