From 49ebb0effd7211aa319e2bd82dab39becd46f77a Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 25 Jul 2019 09:46:14 -0400 Subject: [PATCH] Change from Go 1.6 to 1.9 as 1.6 no longer compiles --- How-to-compile-and-build-Stratux-executable.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/How-to-compile-and-build-Stratux-executable.md b/How-to-compile-and-build-Stratux-executable.md index 93fa2bb..c5ddcb1 100644 --- a/How-to-compile-and-build-Stratux-executable.md +++ b/How-to-compile-and-build-Stratux-executable.md @@ -19,8 +19,8 @@ Or directly on the machine, login with username pi password raspberry raspi-config --expand-rootfs reboot cd /root/ - wget https://dl.google.com/go/go1.6.linux-armv6l.tar.gz - tar -zxvf go1.6.linux-armv6l.tar.gz + wget https://dl.google.com/go/go1.9.linux-armv6l.tar.gz + tar -zxvf go1.9.linux-armv6l.tar.gz git clone --recursive https://github.com/cyoung/stratux cd stratux service stratux stop