package/go: bump version to 1.12.9
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 20 Aug 2019 05:37:33 +0000 (07:37 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 20 Aug 2019 11:22:33 +0000 (13:22 +0200)
For post-1.12.8 fixes. From the release notes:

go1.12.9 (released 2019/08/15) includes fixes to the linker, and the os and
math/big packages.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/go/go.hash
package/go/go.mk

index acf4686e6534ee32009df0c07545e8ccc524dc7b..a4820ee67a88d4f2695ccfe6536c9b72604f7dbf 100644 (file)
@@ -1,3 +1,3 @@
 # From https://golang.org/dl/
-sha256 11ad2e2e31ff63fcf8a2bdffbe9bfa2e1845653358daed593c8c2d03453c9898  go1.12.8.src.tar.gz
+sha256 ab0e56ed9c4732a653ed22e232652709afbf573e710f56a07f7fdeca578d62fc  go1.12.9.src.tar.gz
 sha256 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067  LICENSE
index fecd5f032ee40e8e6a1a253e49d8ff19bf8c4216..9b7263a49a51effc01f66b0e6a001daf55a91843 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GO_VERSION = 1.12.8
+GO_VERSION = 1.12.9
 GO_SITE = https://storage.googleapis.com/golang
 GO_SOURCE = go$(GO_VERSION).src.tar.gz