From b7f6b006a88c6fd9996aa37374a868958c13d44e Mon Sep 17 00:00:00 2001 From: openoms Date: Thu, 9 May 2019 11:29:08 +0100 Subject: [PATCH] update go to 1.12.5 --- build_sdcard.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_sdcard.sh b/build_sdcard.sh index b611a9eae..6bad46699 100644 --- a/build_sdcard.sh +++ b/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"