Skip to content

Commit 80c84f0

Browse files
committed
Bump go in bootstrap script.
1 parent 0fd8421 commit 80c84f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/install_go.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ function main() {
1212
fi
1313

1414
local version expected_sha dir
15-
version="1.19"
16-
expected_sha="7e231ea5c68f4be7fea916d27814cc34b95e78c4664c3eb2411e8370f87558bd"
15+
version="1.22.5"
16+
expected_sha="ddb12ede43eef214c7d4376761bd5ba6297d5fa7a06d5635ea3e7a276b3db730"
1717
dir="/tmp/go${version}"
1818

1919
mkdir -p "${dir}"

0 commit comments

Comments
 (0)