From dce0c57f55e54724495280a2c0aac30e72d7e4ac Mon Sep 17 00:00:00 2001 From: ston1th Date: Mon, 24 Dec 2018 17:47:03 +0100 Subject: [PATCH] updated go build --- build-go.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-go.sh b/build-go.sh index 414d62c..3a7c18a 100755 --- a/build-go.sh +++ b/build-go.sh @@ -13,7 +13,7 @@ V14="go1.4.3" bootstrap="${INSTALL}/bootstrap-${V14}" TGZ14="${V14}.tar.gz" -Vnew="go1.11.1" +Vnew="go1.11.4" TGZnew="${Vnew}.tar.gz" rm -rf ${INSTALL}/go*