From 3371fb9fae2da78e07d285555f4e700dcbcf2906 Mon Sep 17 00:00:00 2001 From: ston1th Date: Sat, 11 Jul 2020 21:43:43 +0200 Subject: [PATCH] bump go to 1.14.4 --- build-go.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-go.sh b/build-go.sh index 5a4659f..3288745 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.14.3" -new_sum="a71f18667e8946e3a4dcec4fbe85f963fed250cef89c9f3106408b39f4332bfc" +new="go1.14.4" +new_sum="eeda59c64cf5974fbf804319d0071280b2399b35b62805ddbe009f6a5039b51e" tgznew="${new}.tar.gz" path_new="${install_dir}/${tgznew}"