go: bump to v1.11
authorChristian Stewart <christian@paral.in>
Thu, 13 Sep 2018 04:23:36 +0000 (21:23 -0700)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 13 Sep 2018 18:49:41 +0000 (20:49 +0200)
Signed-off-by: Christian Stewart <christian@paral.in>
Reviewed-by: Anisse Astier <anisse@astier.eu>
Tested-by: Anisse Astier <anisse@astier.eu>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/go/go.hash
package/go/go.mk

index 9f5b80e9f5d5f45e264ad96439d1f6ca23bb3486..1c766f2302989e25c185b6f8ec40b33e61cba469 100644 (file)
@@ -1,2 +1,2 @@
 # From https://golang.org/dl/
-sha256 6264609c6b9cd8ed8e02ca84605d727ce1898d74efa79841660b2e3e985a98bd        go1.10.2.src.tar.gz
+sha256 afc1e12f5fe49a471e3aae7d906c73e9d5b1fdd36d52d72652dde8f6250152fb        go1.11.src.tar.gz
index 73f14cc78fcfb506e6e3a01ed0348982511ea566..57dd00b05e22313d5033e9e32e8cc23c1163a76b 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GO_VERSION = 1.10.2
+GO_VERSION = 1.11
 GO_SITE = https://storage.googleapis.com/golang
 GO_SOURCE = go$(GO_VERSION).src.tar.gz