From 19b53dc47f2b8aaf8ef171213876db2095eb6211 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 10 Feb 2023 07:42:12 +0100 Subject: go: update 1.19.4 -> 1.20 No longer package go-runtime-staticdev into sdk packagegroup, as go-runtime 1.20 doesn't build the static bits anymore (possibly can be enabled via build config, if proven necessary). (From OE-Core rev: e8ab9d303a6fca3806097f1fd360efe8f8ae0c1d) Signed-off-by: Alexander Kanavin Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- meta/conf/distro/include/tcmode-default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf/distro') diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 9236f8bf37..76e30aa002 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc @@ -23,7 +23,7 @@ GDBVERSION ?= "12.%" GLIBCVERSION ?= "2.37" LINUXLIBCVERSION ?= "6.1%" QEMUVERSION ?= "7.2%" -GOVERSION ?= "1.19%" +GOVERSION ?= "1.20%" LLVMVERSION ?= "15.%" RUSTVERSION ?= "1.67%" -- cgit v1.2.3-54-g00ecf