This commit is contained in:
Christian Rotzoll 2019-06-18 22:32:17 +02:00
parent d4c23c44ea
commit 83bcd2d392
2 changed files with 2 additions and 2 deletions

View File

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

View File

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