This commit is contained in:
Christian Rotzoll 2019-08-18 21:54:56 +02:00
commit e733cf29c5
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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