]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
go: bump to 1.10
authorChristian Stewart <christian@paral.in>
Mon, 19 Feb 2018 07:27:18 +0000 (02:27 -0500)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 19 Feb 2018 19:55:27 +0000 (20:55 +0100)
This commit bumps the Go programming language to the 1.10 release.

Signed-off-by: Christian Stewart <christian@paral.in>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/go/go.hash
package/go/go.mk

index 445a0b7c20673fd5c618ca84b54e26e795ceae31..73c1578d0b07f692284eb1a8cd69e038a8af2c56 100644 (file)
@@ -1,2 +1,2 @@
 # From https://golang.org/dl/
-sha256 a4ab229028ed167ba1986825751463605264e44868362ca8e7accc8be057e993        go1.9.src.tar.gz
+sha256 f3de49289405fda5fd1483a8fe6bd2fa5469e005fd567df64485c4fa000c7f24        go1.10.src.tar.gz
index 23facbdd81f25cb710cefed48fa3cbeb807ff82b..4d55e16cc3e1acdf976ed72a992af3dbb246f3cb 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GO_VERSION = 1.9
+GO_VERSION = 1.10
 GO_SITE = https://storage.googleapis.com/golang
 GO_SOURCE = go$(GO_VERSION).src.tar.gz