Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Install Go 1.19.9 in testing environments.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 532924199
  • Loading branch information
chuckx authored and copybara-github committed May 17, 2023
1 parent 9500401 commit f5d2a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kokoro/testutils/install_go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5d2a42

Please sign in to comment.