updated to go1.14.3

This commit is contained in:
ston1th 2020-05-18 18:10:28 +02:00
commit 2752903647

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.13.5" new="go1.14.3"
new_sum="b7761c24eaa833f7f03020bbbdfb3cf86f05c8e8e665b92cddf456094c264c70" new_sum="a71f18667e8946e3a4dcec4fbe85f963fed250cef89c9f3106408b39f4332bfc"
tgznew="${new}.tar.gz" tgznew="${new}.tar.gz"
path_new="${install_dir}/${tgznew}" path_new="${install_dir}/${tgznew}"