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

Go 1.14 is a major release of Go.

Read the Release Notes for more information:

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

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..f75114b36a 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	d9a613fb55f508cf84e753456a7c6a113c8265839d5b7fe060da335c93d6e36a  go1.14.8.src.tar.gz
 sha256	2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067  LICENSE
diff --git a/package/go/go.mk b/package/go/go.mk
index 74e5298e66..456d4a922e 100644
--- a/package/go/go.mk
+++ b/package/go/go.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GO_VERSION = 1.13.14
+GO_VERSION = 1.14.8
 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:57 [Buildroot] [PATCH v1 1/1] package/go: bump to go 1.14.8 Christian Stewart
@ 2020-09-06  5:57 ` Christian Stewart
  2020-09-06 12:33 ` [Buildroot] [PATCH v1 1/1] package/go: bump to go 1.14.8 Thomas Petazzoni
  1 sibling, 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] [PATCH v1 1/1] package/go: bump to go 1.14.8
  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
@ 2020-09-06 12:33 ` Thomas Petazzoni
  2020-09-06 23:22   ` Christian Stewart
  1 sibling, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2020-09-06 12:33 UTC (permalink / raw)
  To: buildroot

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

> Go 1.14 is a major release of Go.
> 
> Read the Release Notes for more information:
> 
> https://golang.org/doc/go1.14
> 
> Signed-off-by: Christian Stewart <christian@paral.in>

Not sure why you posted this additional series, in addition to:

Subject: [Buildroot] [RFC PATCH v1 1/1] package/go: bump to go 1.15.1

Perhaps a mistake ?

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

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

* [Buildroot] [PATCH v1 1/1] package/go: bump to go 1.14.8
  2020-09-06 12:33 ` [Buildroot] [PATCH v1 1/1] package/go: bump to go 1.14.8 Thomas Petazzoni
@ 2020-09-06 23:22   ` Christian Stewart
  2020-09-07  7:00     ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Christian Stewart @ 2020-09-06 23:22 UTC (permalink / raw)
  To: buildroot

Hi Thomas,

On Sun, Sep 6, 2020 at 5:33 AM Thomas Petazzoni
<thomas.petazzoni@bootlin.com> wrote:
> Christian Stewart <christian@paral.in> wrote:
>
> > Go 1.14 is a major release of Go.
>
> Not sure why you posted this additional series, in addition to:
>
> Subject: [Buildroot] [RFC PATCH v1 1/1] package/go: bump to go 1.15.1

I submitted two versions: 1.14.x (for master) and 1.15.x (for next),
given that 1.14 is still maintained and we usually upgrade by 1 major
version at a time.

However, upgrading everything to 1.15.x is also fine, so let's do that.

Best regards,
Christian

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

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

On Sun, 6 Sep 2020 16:22:15 -0700
Christian Stewart <christian@paral.in> wrote:

> I submitted two versions: 1.14.x (for master) and 1.15.x (for next),
> given that 1.14 is still maintained and we usually upgrade by 1 major
> version at a time.

As I replied to another e-mail of you, we don't have master/next
currently. We only have a "next" branch when "master" is frozen because
we are approaching a Buildroot release.

And even if we had master/next, then we wouldn't merge the 1.14.x bump
in master, as we don't merge any version bump in master when we're
approaching a release, unless there are security implications.

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-07  7:00 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: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
2020-09-06 12:33 ` [Buildroot] [PATCH v1 1/1] package/go: bump to go 1.14.8 Thomas Petazzoni
2020-09-06 23:22   ` Christian Stewart
2020-09-07  7:00     ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.