Bump go version to support aarch64

This commit is contained in:
Bob Mottram 2017-09-18 18:49:55 +01:00
parent a6ed88fea5
commit 352126ba74
1 changed files with 1 additions and 1 deletions

View File

@ -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"