From ed45132e89fae5cad0dd404c083dc7988b154bc8 Mon Sep 17 00:00:00 2001 From: openoms Date: Wed, 14 Aug 2019 12:10:02 +0100 Subject: [PATCH] update Go to 1.12.8 --- home.admin/97addMobileWalletLNDconnect.sh | 2 +- home.admin/97addMobileWalletZeus.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home.admin/97addMobileWalletLNDconnect.sh b/home.admin/97addMobileWalletLNDconnect.sh index c3f9267e0..3bd56c23b 100755 --- a/home.admin/97addMobileWalletLNDconnect.sh +++ b/home.admin/97addMobileWalletLNDconnect.sh @@ -32,7 +32,7 @@ goVersion="1.11" echo "### Check Framework: GO ###" goInstalled=$(go version 2>/dev/null | grep -c 'go') if [ ${goInstalled} -eq 0 ];then - goVersion="1.12.6" + goVersion="1.12.8" if [ ${isARM} -eq 1 ] ; then goOSversion="armv6l" fi diff --git a/home.admin/97addMobileWalletZeus.sh b/home.admin/97addMobileWalletZeus.sh index d2304e05b..8a1a51a58 100644 --- a/home.admin/97addMobileWalletZeus.sh +++ b/home.admin/97addMobileWalletZeus.sh @@ -17,7 +17,7 @@ fi # make sure go is installed goInstalled=$(go version 2>/dev/null | grep -c 'go') if [ ${goInstalled} -eq 0 ];then - goVersion="1.12.5" + goVersion="1.12.8" if [ ${isARM} -eq 1 ] ; then goOSversion="armv6l" fi