update Go to 1.12.8

This commit is contained in:
openoms 2019-08-14 12:10:02 +01:00
parent 4e29c82a58
commit ed45132e89
2 changed files with 2 additions and 2 deletions

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

View File

@ -17,7 +17,7 @@ fi
# 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