We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd8421 commit 80c84f0Copy full SHA for 80c84f0
1 file changed
scripts/install_go.sh
@@ -12,8 +12,8 @@ function main() {
12
fi
13
14
local version expected_sha dir
15
- version="1.19"
16
- expected_sha="7e231ea5c68f4be7fea916d27814cc34b95e78c4664c3eb2411e8370f87558bd"
+ version="1.22.5"
+ expected_sha="ddb12ede43eef214c7d4376761bd5ba6297d5fa7a06d5635ea3e7a276b3db730"
17
dir="/tmp/go${version}"
18
19
mkdir -p "${dir}"
0 commit comments