Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [RFC PATCH v1 1/1] package/go: bump to go 1.15.1
@ 2020-09-06  5:51 Christian Stewart
  2020-09-06  5:56 ` Christian Stewart
  2020-09-06 12:32 ` Thomas Petazzoni
  0 siblings, 2 replies; 5+ messages in thread
From: Christian Stewart @ 2020-09-06  5:51 UTC (permalink / raw)
  To: buildroot

Go 1.14, 1.15 are major releases of Go.

Read the Release Notes for more information:

 - https://golang.org/doc/go1.14
 - https://golang.org/doc/go1.15

Signed-off-by: Christian Stewart <christian@paral.in>
---
 package/go/go.hash | 2 +-
 package/go/go.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/go/go.hash b/package/go/go.hash
index f58449d079..5e8ab36123 100644
--- a/package/go/go.hash
+++ b/package/go/go.hash
@@ -1,3 +1,3 @@
 # From https://golang.org/dl/
-sha256	197333e97290e9ea8796f738d61019dcba1c377c2f3961fd6a114918ecc7ab06  go1.13.14.src.tar.gz
+sha256	d3743752a421881b5cc007c76b4b68becc3ad053e61275567edab1c99e154d30  go1.15.1.src.tar.gz
 sha256	2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067  LICENSE
diff --git a/package/go/go.mk b/package/go/go.mk
index 74e5298e66..adf939c839 100644
--- a/package/go/go.mk
+++ b/package/go/go.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GO_VERSION = 1.13.14
+GO_VERSION = 1.15.1
 GO_SITE = https://storage.googleapis.com/golang
 GO_SOURCE = go$(GO_VERSION).src.tar.gz
 
-- 
2.28.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [Buildroot] [RFC PATCH v1 1/1] package/go: bump to go 1.15.1
  2020-09-06  5:51 [Buildroot] [RFC PATCH v1 1/1] package/go: bump to go 1.15.1 Christian Stewart
@ 2020-09-06  5:56 ` Christian Stewart
  2020-09-06 12:32   ` Thomas Petazzoni
  2020-09-06 12:32 ` Thomas Petazzoni
  1 sibling, 1 reply; 5+ messages in thread
From: Christian Stewart @ 2020-09-06  5:56 UTC (permalink / raw)
  To: buildroot

All,


On Sat, Sep 5, 2020 at 10:51 PM Christian Stewart <christian@paral.in> wrote:
>
> Go 1.14, 1.15 are major releases of Go.
>
> Read the Release Notes for more information:
>
>  - https://golang.org/doc/go1.14
>  - https://golang.org/doc/go1.15
>
> Signed-off-by: Christian Stewart <christian@paral.in>

FYI, did not mean to flag this as [RFC], just for "next".

Best,
Christian Stewart

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [RFC PATCH v1 1/1] package/go: bump to go 1.15.1
  2020-09-06  5:57 [Buildroot] [PATCH v1 1/1] package/go: bump to go 1.14.8 Christian Stewart
@ 2020-09-06  5:57 ` Christian Stewart
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Stewart @ 2020-09-06  5:57 UTC (permalink / raw)
  To: buildroot

Go 1.14, 1.15 are major releases of Go.

Read the Release Notes for more information:

 - https://golang.org/doc/go1.14
 - https://golang.org/doc/go1.15

Signed-off-by: Christian Stewart <christian@paral.in>
---
 package/go/go.hash | 2 +-
 package/go/go.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/go/go.hash b/package/go/go.hash
index f58449d079..5e8ab36123 100644
--- a/package/go/go.hash
+++ b/package/go/go.hash
@@ -1,3 +1,3 @@
 # From https://golang.org/dl/
-sha256	197333e97290e9ea8796f738d61019dcba1c377c2f3961fd6a114918ecc7ab06  go1.13.14.src.tar.gz
+sha256	d3743752a421881b5cc007c76b4b68becc3ad053e61275567edab1c99e154d30  go1.15.1.src.tar.gz
 sha256	2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067  LICENSE
diff --git a/package/go/go.mk b/package/go/go.mk
index 74e5298e66..adf939c839 100644
--- a/package/go/go.mk
+++ b/package/go/go.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GO_VERSION = 1.13.14
+GO_VERSION = 1.15.1
 GO_SITE = https://storage.googleapis.com/golang
 GO_SOURCE = go$(GO_VERSION).src.tar.gz
 
-- 
2.28.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [Buildroot] [RFC PATCH v1 1/1] package/go: bump to go 1.15.1
  2020-09-06  5:51 [Buildroot] [RFC PATCH v1 1/1] package/go: bump to go 1.15.1 Christian Stewart
  2020-09-06  5:56 ` Christian Stewart
@ 2020-09-06 12:32 ` Thomas Petazzoni
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2020-09-06 12:32 UTC (permalink / raw)
  To: buildroot

On Sat,  5 Sep 2020 22:51:51 -0700
Christian Stewart <christian@paral.in> wrote:

> Go 1.14, 1.15 are major releases of Go.
> 
> Read the Release Notes for more information:
> 
>  - https://golang.org/doc/go1.14
>  - https://golang.org/doc/go1.15
> 
> Signed-off-by: Christian Stewart <christian@paral.in>
> ---
>  package/go/go.hash | 2 +-
>  package/go/go.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [RFC PATCH v1 1/1] package/go: bump to go 1.15.1
  2020-09-06  5:56 ` Christian Stewart
@ 2020-09-06 12:32   ` Thomas Petazzoni
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2020-09-06 12:32 UTC (permalink / raw)
  To: buildroot

On Sat, 5 Sep 2020 22:56:09 -0700
Christian Stewart <christian@paral.in> wrote:

> FYI, did not mean to flag this as [RFC], just for "next".

We don't have a "next" branch at the moment. It only exists between
-rc1 and the final release. So I've applied to master.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-09-06 12:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-06  5:51 [Buildroot] [RFC PATCH v1 1/1] package/go: bump to go 1.15.1 Christian Stewart
2020-09-06  5:56 ` Christian Stewart
2020-09-06 12:32   ` Thomas Petazzoni
2020-09-06 12:32 ` Thomas Petazzoni
  -- strict thread matches above, loose matches on Subject: below --
2020-09-06  5:57 [Buildroot] [PATCH v1 1/1] package/go: bump to go 1.14.8 Christian Stewart
2020-09-06  5:57 ` [Buildroot] [RFC PATCH v1 1/1] package/go: bump to go 1.15.1 Christian Stewart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox