diff mbox series

[meta-lts-mixins,kirkstone/go,2/2] conf/layer: switch to golang 1.26

Message ID 20260218194635.4136702-2-peter.marko@siemens.com
State New
Headers show
Series [meta-lts-mixins,kirkstone/go,1/2] go: upgrade 1.25.7 -> 1.26.0 | expand

Commit Message

Peter Marko Feb. 18, 2026, 7:46 p.m. UTC
From: Peter Marko <peter.marko@siemens.com>

Signed-off-by: Peter Marko <peter.marko@siemens.com>
---
 conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/conf/layer.conf b/conf/layer.conf
index 6c1738b..1aa72e9 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -14,7 +14,7 @@  LAYERDEPENDS_lts-go-mixin = " \
     core \
 "
 
-GOVERSION = "1.25%"
+GOVERSION = "1.26%"
 
 # Since go-1.21 GOPROXY needs to be set explicitly, otherwise it fails with:
 # GOPROXY list is not the empty string, but contains no entries