package/go: bump version to 1.12.8
authorChristian Stewart <christian@paral.in>
Thu, 15 Aug 2019 06:39:33 +0000 (23:39 -0700)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 15 Aug 2019 13:07:16 +0000 (15:07 +0200)
go1.12.6 (released 2019/06/11) includes fixes to the compiler, the linker, the
go command, and the crypto/x509, net/http, and os packages.

go1.12.7 (released 2019/07/08) includes fixes to cgo, the compiler, and the
linker.

go1.12.8 (released 2019/08/13) includes security fixes to the net/http and
net/url packages.

https://golang.org/doc/devel/release.html

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 13cc9baef42ccc810ef1bea058aa7ec8129f5fa9..acf4686e6534ee32009df0c07545e8ccc524dc7b 100644 (file)
@@ -1,3 +1,3 @@
 # From https://golang.org/dl/
-sha256 2aa5f088cbb332e73fc3def546800616b38d3bfe6b8713b8a6404060f22503e8  go1.12.5.src.tar.gz
+sha256 11ad2e2e31ff63fcf8a2bdffbe9bfa2e1845653358daed593c8c2d03453c9898  go1.12.8.src.tar.gz
 sha256 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067  LICENSE
index a2453e001fd404661caec085ad4a201111dd9406..fecd5f032ee40e8e6a1a253e49d8ff19bf8c4216 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GO_VERSION = 1.12.5
+GO_VERSION = 1.12.8
 GO_SITE = https://storage.googleapis.com/golang
 GO_SOURCE = go$(GO_VERSION).src.tar.gz