Skip to content

Commit

Permalink
Modify test utility script to install Go 1.20.10.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 574403433
Change-Id: I2ebe9cae98695b89accf1e641922b12887a89840
  • Loading branch information
chuckx authored and copybara-github committed Oct 18, 2023
1 parent ebcabf3 commit b965246
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.19.9"
local -r go_version="1.20.10"

local -r platform="$(uname | tr '[:upper:]' '[:lower:]')"
local go_platform
Expand Down

0 comments on commit b965246

Please sign in to comment.