diff --git a/home.admin/97addMobileWalletLNDconnect.sh b/home.admin/97addMobileWalletLNDconnect.sh index 6c982436b..8dc798511 100755 --- a/home.admin/97addMobileWalletLNDconnect.sh +++ b/home.admin/97addMobileWalletLNDconnect.sh @@ -38,7 +38,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 2117a7a38..1a91f8fab 100644 --- a/home.admin/97addMobileWalletZeus.sh +++ b/home.admin/97addMobileWalletZeus.sh @@ -23,7 +23,7 @@ isX86_32=$(uname -m | grep -c 'i386\|i486\|i586\|i686\|i786') # 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