Browse Source

#568 Go Update

v1.3
Christian Rotzoll 6 years ago
parent
commit
83bcd2d392
  1. 2
      build_sdcard.sh
  2. 2
      home.admin/97addMobileWalletLNDconnect.sh

2
build_sdcard.sh

@ -580,7 +580,7 @@ echo ""
# "*** Installing Go ***"
# Go is needed for ZAP connect later
# see https://golang.org/dl/
goVersion="1.12.5"
goVersion="1.12.6"
if [ ${isARM} -eq 1 ] ; then
goOSversion="armv6l"
fi

2
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.5"
goVersion="1.12.6"
if [ ${isARM} -eq 1 ] ; then
goOSversion="armv6l"
fi

Loading…
Cancel
Save