go: bump to v1.11.1

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>
This commit is contained in:
Christian Stewart 2018-10-29 09:54:22 -07:00 committed by Thomas Petazzoni
parent b9d75c717e
commit 67190f7635
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
# From https://golang.org/dl/ # From https://golang.org/dl/
sha256 afc1e12f5fe49a471e3aae7d906c73e9d5b1fdd36d52d72652dde8f6250152fb go1.11.src.tar.gz sha256 558f8c169ae215e25b81421596e8de7572bd3ba824b79add22fba6e284db1117 go1.11.1.src.tar.gz

View file

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