From 99e3441a912e8b85a26078ef49dcedce8e35dfa1 Mon Sep 17 00:00:00 2001 From: Alex Kube Date: Fri, 25 Oct 2019 23:49:13 +0430 Subject: go: Change default GOVERSION to 1.13 (From OE-Core rev: 3e9647233ef326583063e2113bfa17e1440f26aa) Signed-off-by: Alex Kube Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/conf/distro/include/tcmode-default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf') diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 4a23c50631..c6c4cf7ce0 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc @@ -23,7 +23,7 @@ GDBVERSION ?= "8.3%" GLIBCVERSION ?= "2.30%" LINUXLIBCVERSION ?= "5.2%" QEMUVERSION ?= "4.1%" -GOVERSION ?= "1.12%" +GOVERSION ?= "1.13%" # This can not use wildcards like 8.0.% since it is also used in mesa to denote # llvm version being used, so always bump it with llvm recipe version bump LLVMVERSION ?= "9.0.0" -- cgit v1.2.3-54-g00ecf