From 352126ba74ee7a00248327d68b387bdf70e40653 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 18 Sep 2017 18:49:55 +0100 Subject: [PATCH] Bump go version to support aarch64 --- src/freedombone-utils-go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-utils-go b/src/freedombone-utils-go index 6739a163..9595f4ca 100755 --- a/src/freedombone-utils-go +++ b/src/freedombone-utils-go @@ -32,7 +32,7 @@ # before getting to the version we want GO_INTERMEDIATE_VERSION=1.4.2 -GO_VERSION=1.8 +GO_VERSION=1.9 GO_REPO="https://go.googlesource.com/go" GO_PACKAGE_MANAGER_REPO="https://github.com/gpmgo/gopm"