aboutsummaryrefslogtreecommitdiff
path: root/kokoro
diff options
context:
space:
mode:
authorckl <ckl@google.com>2023-05-17 15:13:19 -0700
committerCopybara-Service <copybara-worker@google.com>2023-05-17 15:14:34 -0700
commitf5d2a429da46274449ca3d43710a54161359d69a (patch)
tree640a9b56288a8f0031299d2ee122223a6a5b4dbf /kokoro
parent9500401905cad89b2d7f5f67f8eda14565856a5f (diff)
downloadtink-f5d2a429da46274449ca3d43710a54161359d69a.tar.gz
Install Go 1.19.9 in testing environments.
PiperOrigin-RevId: 532924199
Diffstat (limited to 'kokoro')
-rwxr-xr-xkokoro/testutils/install_go.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kokoro/testutils/install_go.sh b/kokoro/testutils/install_go.sh
index 5334a1305..5c39ffc47 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