mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-30 12:36:07 +02:00
#568 Go Update
This commit is contained in:
parent
d4c23c44ea
commit
83bcd2d392
@ -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
|
||||
|
@ -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…
x
Reference in New Issue
Block a user