package/go: bump version to 1.12.5
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 7 May 2019 15:13:39 +0000 (17:13 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 7 May 2019 20:30:13 +0000 (22:30 +0200)
Fixes a number of issues discovered since 1.12.4.  From the release notes:

go1.12.5 (released 2019/05/06) includes fixes to the compiler, the linker,
the go command, the runtime, and the os package.

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

index df3a9c4e43d42edc4018142a207291fd4acad724..13cc9baef42ccc810ef1bea058aa7ec8129f5fa9 100644 (file)
@@ -1,3 +1,3 @@
 # From https://golang.org/dl/
-sha256 4affc3e610cd8182c47abbc5b0c0e4e3c6a2b945b55aaa2ba952964ad9df1467  go1.12.4.src.tar.gz
+sha256 2aa5f088cbb332e73fc3def546800616b38d3bfe6b8713b8a6404060f22503e8  go1.12.5.src.tar.gz
 sha256 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067  LICENSE
index f31b1941c41ad50166824d41c1e264675aaf4b5a..a2453e001fd404661caec085ad4a201111dd9406 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GO_VERSION = 1.12.4
+GO_VERSION = 1.12.5
 GO_SITE = https://storage.googleapis.com/golang
 GO_SOURCE = go$(GO_VERSION).src.tar.gz