From 214e7b2546999427396d2e1c97e02116f979c30b Mon Sep 17 00:00:00 2001 From: ston1th Date: Thu, 17 Oct 2019 19:34:00 +0200 Subject: [PATCH] bump go version to 1.13.1 --- build-go.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-go.sh b/build-go.sh index 8ece40e..0a45b4c 100755 --- a/build-go.sh +++ b/build-go.sh @@ -16,8 +16,8 @@ bootstrap="${install_dir}/bootstrap-${v14}" tgz14="${v14}.tar.gz" path_v14="${install_dir}/${tgz14}" -new="go1.13" -new_sum="6932d84abbe86ff09473a913fb9927e9121f2ff41f7859893fc681d2b39a7da3" +new="go1.13.1" +new_sum="01152a3574038807bc40513b201026f298d6b9cd69eab45a1f9462b1f51d4fa2" tgznew="${new}.tar.gz" path_new="${install_dir}/${tgznew}"