go: bump to v1.11.1
authorChristian Stewart <christian@paral.in>
Mon, 29 Oct 2018 16:54:22 +0000 (09:54 -0700)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 31 Oct 2018 09:25:35 +0000 (10:25 +0100)
Bumps Golang host-go compiler to 1.11.1 release.

Signed-off-by: Christian Stewart <christian@paral.in>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/go/go.hash
package/go/go.mk

index 1c766f2302989e25c185b6f8ec40b33e61cba469..9f908e3f03c2d83aff87dffe8a3c8a3d2bdbe164 100644 (file)
@@ -1,2 +1,2 @@
 # From https://golang.org/dl/
-sha256 afc1e12f5fe49a471e3aae7d906c73e9d5b1fdd36d52d72652dde8f6250152fb        go1.11.src.tar.gz
+sha256 558f8c169ae215e25b81421596e8de7572bd3ba824b79add22fba6e284db1117  go1.11.1.src.tar.gz
index 57dd00b05e22313d5033e9e32e8cc23c1163a76b..ec74ba397c8cb78492e7e51ab54e33853beb400c 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GO_VERSION = 1.11
+GO_VERSION = 1.11.1
 GO_SITE = https://storage.googleapis.com/golang
 GO_SOURCE = go$(GO_VERSION).src.tar.gz