updated go

This commit is contained in:
ston1th 2021-12-04 19:25:09 +01:00
commit 94d11f34ee
2 changed files with 9 additions and 28 deletions

View file

@ -14,10 +14,12 @@ bootstrap="${install_dir}/bootstrap-${v14}"
tgz14="${v14}.tar.gz"
path_v14="${install_dir}/${tgz14}"
v="${1-1.17.1}"
v="${1-1.17.4}"
case "${v}" in
1.16.7) new_sum="07502f16366fbc697b1b09b842d29116e6d6607c9dc42b1d7c54b96f528c7952";;
1.17.1) new_sum="670ce36e100669f9be572a1603858ce4a64eb4b21a31fa5cdefb778609c40337";;
1.17.2) new_sum="022fe1f533432a305db705448f50f9a3ea369586dc32d07219b1bc7db1e01577";;
1.17.4) new_sum="91736588a47917aaa424dfdf482d8efcb44403a768e7a947c272a98881053386";;
*) errx "no hash found for version ${v}";;
esac