All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/go: bump version to 1.14
@ 2020-03-10 11:19 Christian Stewart
  2020-03-11  1:14 ` Christian Stewart
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Stewart @ 2020-03-10 11:19 UTC (permalink / raw)
  To: buildroot

Release notes: 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 dc966e85d2..50e932fe9a 100644
--- a/package/go/go.hash
+++ b/package/go/go.hash
@@ -1,3 +1,3 @@
 # From https://golang.org/dl/
-sha256	b13bf04633d4d8cf53226ebeaace8d4d2fd07ae6fa676d0844a688339debec34  go1.13.8.src.tar.gz
+sha256	6d643e46ad565058c7a39dac01144172ef9bd476521f42148be59249e4b74389  go1.14.src.tar.gz
 sha256	2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067  LICENSE
diff --git a/package/go/go.mk b/package/go/go.mk
index 376c3db7f0..fe75cbfcac 100644
--- a/package/go/go.mk
+++ b/package/go/go.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GO_VERSION = 1.13.8
+GO_VERSION = 1.14
 GO_SITE = https://storage.googleapis.com/golang
 GO_SOURCE = go$(GO_VERSION).src.tar.gz
 
-- 
2.25.1

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

* [Buildroot] [PATCH 1/1] package/go: bump version to 1.14
  2020-03-10 11:19 [Buildroot] [PATCH 1/1] package/go: bump version to 1.14 Christian Stewart
@ 2020-03-11  1:14 ` Christian Stewart
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Stewart @ 2020-03-11  1:14 UTC (permalink / raw)
  To: buildroot

Hi all,

On Tue, Mar 10, 2020 at 4:19 AM Christian Stewart <christian@paral.in> wrote:
>
> Release notes: https://golang.org/doc/go1.14

In this release the Go maintainers have changed the host-go "go"
binary to a symlink to lib/go for some reason.

That breaks the Buildroot package upon upgrading to 1.14, although the
package compiles successfully, the "go" file is empty.

Retracting this patch for now until I have found a solution.

Best regards,
Christian

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

end of thread, other threads:[~2020-03-11  1:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-10 11:19 [Buildroot] [PATCH 1/1] package/go: bump version to 1.14 Christian Stewart
2020-03-11  1:14 ` Christian Stewart

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.