Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] tcmode-default: bump GOVERSION to 1.24.0
@ 2025-03-02  4:53 Hongxu Jia
  2025-03-03  6:58 ` [OE-core] " Mathieu Dubois-Briand
  0 siblings, 1 reply; 3+ messages in thread
From: Hongxu Jia @ 2025-03-02  4:53 UTC (permalink / raw)
  To: openembedded-core

Due to we have upgraded go to 1.24.0, we should also bump GOVERSION
to fix preferred version warning
...
WARNING: preferred version 1.22% of go not available (for item go)
WARNING: versions of go available: 1.24.0
...

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
 meta/conf/distro/include/tcmode-default.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index 13f31d46de..d719b14b26 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -27,7 +27,7 @@ GDBVERSION ?= "16.%"
 GLIBCVERSION ?= "2.41%"
 LINUXLIBCVERSION ?= "6.12%"
 QEMUVERSION ?= "9.2%"
-GOVERSION ?= "1.22%"
+GOVERSION ?= "1.24%"
 RUSTVERSION ?= "1.82%"
 
 PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
-- 
2.34.1



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

end of thread, other threads:[~2025-03-03  7:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-02  4:53 [PATCH] tcmode-default: bump GOVERSION to 1.24.0 Hongxu Jia
2025-03-03  6:58 ` [OE-core] " Mathieu Dubois-Briand
2025-03-03  7:15   ` Hongxu Jia

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