package/go: bump version to 1.12.4
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 29 Apr 2019 21:44:17 +0000 (23:44 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 30 Apr 2019 11:17:21 +0000 (13:17 +0200)
Fixes a number of issues discovered since 1.12.1.  From the release notes:

go1.12.2 (released 2019/04/05) includes fixes to the compiler, the go
command, the runtime, and the doc, net, net/http/httputil, and os packages.
See the Go 1.12.2 milestone on our issue tracker for details.

go1.12.3 (released 2019/04/08) was accidentally released without its
intended fix.  It is identical to go1.12.2, except for its version number.
The intended fix is in go1.12.4.

go1.12.4 (released 2019/04/11) fixes an issue where using the prebuilt
binary releases on older versions of GNU/Linux led to failures when linking
programs that used cgo.  Only Linux users who hit this issue need to update.

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

index 60aa1e1f57a02019534aee6c05547cb58a8599ad..df3a9c4e43d42edc4018142a207291fd4acad724 100644 (file)
@@ -1,3 +1,3 @@
 # From https://golang.org/dl/
-sha256 0be127684df4b842a64e58093154f9d15422f1405f1fcff4b2c36ffc6a15818a  go1.12.1.src.tar.gz
+sha256 4affc3e610cd8182c47abbc5b0c0e4e3c6a2b945b55aaa2ba952964ad9df1467  go1.12.4.src.tar.gz
 sha256 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067  LICENSE
index 8df02cc68dd2060ace7c0c04eea555d7f709bda1..f31b1941c41ad50166824d41c1e264675aaf4b5a 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GO_VERSION = 1.12.1
+GO_VERSION = 1.12.4
 GO_SITE = https://storage.googleapis.com/golang
 GO_SOURCE = go$(GO_VERSION).src.tar.gz