From 722502c729854a073d53c0748cb8877e2f325872 Mon Sep 17 00:00:00 2001 From: free Date: Wed, 20 Jun 2018 14:30:13 +0000 Subject: [PATCH] Update 'src/freedombone-utils-go' --- 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 ed4000e0..f8a8cc89 100755 --- a/src/freedombone-utils-go +++ b/src/freedombone-utils-go @@ -30,7 +30,7 @@ # before getting to the version we want GO_INTERMEDIATE_VERSION=1.4.2 -GO_VERSION=1.9.4 +GO_VERSION=1.10.3 GO_REPO="https://go.googlesource.com/go" GO_PACKAGE_MANAGER_REPO="https://github.com/gpmgo/gopm"