From f5d2a429da46274449ca3d43710a54161359d69a Mon Sep 17 00:00:00 2001 From: ckl Date: Wed, 17 May 2023 15:13:19 -0700 Subject: [PATCH] Install Go 1.19.9 in testing environments. PiperOrigin-RevId: 532924199 --- kokoro/testutils/install_go.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kokoro/testutils/install_go.sh b/kokoro/testutils/install_go.sh index 5334a13054..5c39ffc47e 100755 --- a/kokoro/testutils/install_go.sh +++ b/kokoro/testutils/install_go.sh @@ -26,7 +26,7 @@ # source ./kokoro/testutils/install_go.sh install_temp_go() { - local -r go_version="1.17.7" + local -r go_version="1.19.9" local -r platform="$(uname | tr '[:upper:]' '[:lower:]')" local go_platform