updated go to v1.15

This commit is contained in:
ston1th 2020-08-20 20:48:56 +02:00
commit 1940e9e321

View file

@ -16,8 +16,8 @@ bootstrap="${install_dir}/bootstrap-${v14}"
tgz14="${v14}.tar.gz" tgz14="${v14}.tar.gz"
path_v14="${install_dir}/${tgz14}" path_v14="${install_dir}/${tgz14}"
new="go1.14.4" new="go1.15"
new_sum="eeda59c64cf5974fbf804319d0071280b2399b35b62805ddbe009f6a5039b51e" new_sum="c8c1ab245204259a69d3f7ee8b58b4d0294f9b36a86b60dc686d3afa889c30b7"
tgznew="${new}.tar.gz" tgznew="${new}.tar.gz"
path_new="${install_dir}/${tgznew}" path_new="${install_dir}/${tgznew}"