bump go version
This commit is contained in:
parent
f4489a2ddc
commit
b545294929
1 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ v19_bootstrap="${install_dir}/bootstrap-${v19}"
|
|||
tgz19="${v19}.tar.gz"
|
||||
path_v19="${install_dir}/${tgz19}"
|
||||
|
||||
v="${1-1.21.0}"
|
||||
v="${1-1.21.5}"
|
||||
case "${v}" in
|
||||
1.16.7) new_sum="07502f16366fbc697b1b09b842d29116e6d6607c9dc42b1d7c54b96f528c7952";;
|
||||
1.17.1) new_sum="670ce36e100669f9be572a1603858ce4a64eb4b21a31fa5cdefb778609c40337";;
|
||||
|
|
@ -39,6 +39,7 @@ case "${v}" in
|
|||
1.20.1) new_sum="5db737840a740457c1b4b73b90dad6daa57af0da420f3ea51c39a1a81abbcc41";;
|
||||
1.20.2) new_sum="176969bb14216dd45121e46d5d0f63d339edb9042d1389d485fb6b21ee172388";;
|
||||
1.21.0) new_sum="cf1d9b0504983c1a4c044856c389555070fbc58c3ce1703193a2c3ffe877a8b9";;
|
||||
1.21.5) new_sum="20acc9b538ccc9368ca3061849d8ff466f10c71fd858af5a0940fce3c3dbe4db";;
|
||||
*) errx "no hash found for version ${v}";;
|
||||
esac
|
||||
[[ "${v}" =~ 1\.2* ]] && v1_20=1 || v1_20=0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue