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