diff mbox series

package/go: bump version to 1.12.9

Message ID 20190820053734.29149-1-peter@korsgaard.com
State Accepted
Commit b84261e5ca9a063c7d122206796ee79a57c42d64
Headers show
Series package/go: bump version to 1.12.9 | expand

Commit Message

Peter Korsgaard Aug. 20, 2019, 5:37 a.m. UTC
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 | 2 +-
 package/go/go.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Korsgaard Aug. 20, 2019, 11:22 a.m. UTC | #1
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > 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>

Given the short time between 1.12.8 and 1.12.9 and the very limited
number of commits between them I have applied this to master, thanks.
Peter Korsgaard Sept. 2, 2019, 12:46 p.m. UTC | #2
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > 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>

Committed to 2019.05.x, thanks.

For 2019.02.x I will instead bump to 1.11.13.
diff mbox series

Patch

diff --git a/package/go/go.hash b/package/go/go.hash
index acf4686e65..a4820ee67a 100644
--- a/package/go/go.hash
+++ b/package/go/go.hash
@@ -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
diff --git a/package/go/go.mk b/package/go/go.mk
index fecd5f032e..9b7263a49a 100644
--- a/package/go/go.mk
+++ b/package/go/go.mk
@@ -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