Browse Source

update go to 1.12.5

master
openoms 6 years ago
parent
commit
b7f6b006a8
  1. 1
      build_sdcard.sh

1
build_sdcard.sh

@ -569,6 +569,7 @@ echo ""
# "*** Installing Go ***"
# Go is needed for ZAP connect later
# see https://golang.org/dl/
goVersion="1.12.5"
if [ ${isARM} -eq 1 ] || [ ${isAARCH64} -eq 1 ] ; then
goOSversion="armv6l"

Loading…
Cancel
Save