From a8f6cd320f921c5598fa1b65b422cc91df801fde Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 11 Feb 2018 12:14:25 +0000 Subject: [PATCH] Bump go version --- 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 9595f4ca..b927b044 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.9 +GO_VERSION=1.9.4 GO_REPO="https://go.googlesource.com/go" GO_PACKAGE_MANAGER_REPO="https://github.com/gpmgo/gopm"