All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/go: Bump to v1.18.2
@ 2022-05-11 11:40 Joel Stanley
  2022-05-11 11:40 ` [Buildroot] [PATCH 2/2] package/go: Fix link failure on ppc64 Joel Stanley
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Joel Stanley @ 2022-05-11 11:40 UTC (permalink / raw)
  To: buildroot; +Cc: Anisse Astier

Minor version bump to the latest release.

Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 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 37c34b8b6468..6a9480ff9960 100644
--- a/package/go/go.hash
+++ b/package/go/go.hash
@@ -1,3 +1,3 @@
 # From https://golang.org/dl/
-sha256  efd43e0f1402e083b73a03d444b7b6576bb4c539ac46208b63a916b69aca4088  go1.18.1.src.tar.gz
+sha256  2c44d03ea2c34092137ab919ba602f2c261a038d08eb468528a3f3a28e5667e2  go1.18.2.src.tar.gz
 sha256  2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067  LICENSE
diff --git a/package/go/go.mk b/package/go/go.mk
index cf90ac876540..817363d8ff11 100644
--- a/package/go/go.mk
+++ b/package/go/go.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GO_VERSION = 1.18.1
+GO_VERSION = 1.18.2
 GO_SITE = https://storage.googleapis.com/golang
 GO_SOURCE = go$(GO_VERSION).src.tar.gz
 
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-09-19  7:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-11 11:40 [Buildroot] [PATCH 1/2] package/go: Bump to v1.18.2 Joel Stanley
2022-05-11 11:40 ` [Buildroot] [PATCH 2/2] package/go: Fix link failure on ppc64 Joel Stanley
2022-09-18 16:20   ` Peter Korsgaard
2022-09-19  7:51     ` Joel Stanley
2022-05-12  8:47 ` [Buildroot] [PATCH 1/2] package/go: Bump to v1.18.2 Peter Korsgaard
2022-05-17  5:50   ` Joel Stanley
2022-05-17  6:26     ` Peter Korsgaard
2022-05-28  9:21 ` Peter Korsgaard

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.