From: Alex Kube Date: Fri, 25 Oct 2019 19:19:13 +0000 (+0430) Subject: go: Change default GOVERSION to 1.13 X-Git-Tag: uninative-2.8~1034 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3e9647233ef326583063e2113bfa17e1440f26aa;p=openembedded-core.git go: Change default GOVERSION to 1.13 Signed-off-by: Alex Kube Signed-off-by: Ross Burton --- 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"