From 3ba1b03ff9a80b172252dbcf722f641c93d116c4 Mon Sep 17 00:00:00 2001 From: segfault-bilibili Date: Thu, 10 Feb 2022 19:18:01 +0800 Subject: [PATCH] update golang to 1.17.6 (latest) --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index f1bdf83..c84e71d 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ set -e NDK_VERSION_IF_MISSING=r23b GOST_VERSION=2.11.1 -GOLANG_VERSION=1.13.8 +GOLANG_VERSION=1.17.6 cd $( cd "$( dirname "$0" )" && pwd ) if [ ! -e build ] then