We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b3fe25 commit f6654c5Copy full SHA for f6654c5
scripts/install_go.sh
@@ -12,8 +12,8 @@ function main() {
12
fi
13
14
local version expected_sha dir
15
- version="1.15.5"
16
- expected_sha="fd04494f7a2dd478b0d31cb949aae7f154749cae1242581b1574f7e590b3b7e6"
+ version="1.19"
+ expected_sha="7e231ea5c68f4be7fea916d27814cc34b95e78c4664c3eb2411e8370f87558bd"
17
dir="/tmp/go${version}"
18
19
mkdir -p "${dir}"
0 commit comments