updated to latest go version

This commit is contained in:
ston1th 2021-04-18 13:05:17 +02:00
commit 6612c82a33

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.16" new="go1.16.3"
new_sum="c03fb668e02d20bf56f19fbcfd1748ac8c225868c32912acbd0607130d44e4e4" new_sum="26f31e6a8291e93b106083950a94c9f0323f33ac16538eb0ddef593ae8b20b97"
tgznew="${new}.tar.gz" tgznew="${new}.tar.gz"
path_new="${install_dir}/${tgznew}" path_new="${install_dir}/${tgznew}"