go: bump version to 1.9

Go 1.9 is required for docker-engine and other Go packages in Buildroot.

Signed-off-by: Christian Stewart <christian@paral.in>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017.11.x
Christian Stewart 2017-10-18 20:22:52 -04:00 committed by Thomas Petazzoni
parent aa3ddf7f10
commit b3c2acba9b
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
# Locally computed:
sha256 5f5dea2447e7dcfdc50fa6b94c512e58bfba5673c039259fd843f68829d99fa6 go1.8.3.src.tar.gz
# From https://golang.org/dl/
sha256 a4ab229028ed167ba1986825751463605264e44868362ca8e7accc8be057e993 go1.9.src.tar.gz

View File

@ -4,7 +4,7 @@
#
################################################################################
GO_VERSION = 1.8.3
GO_VERSION = 1.9
GO_SITE = https://storage.googleapis.com/golang
GO_SOURCE = go$(GO_VERSION).src.tar.gz