diff mbox series

[meta-lts-mixins,scarthgap/go,v2,28/35] conf/layer: switch to golang 1.25

Message ID 20251119150522.15477-29-peter.marko@siemens.com
State New
Headers show
Series initial scarthgap/go version | expand

Commit Message

Marko, Peter Nov. 19, 2025, 3:05 p.m. UTC
From: Peter Marko <peter.marko@siemens.com>

This is extra config for mixin layer not needed on master anymore
because there this variable was dropped.

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 f6f17a7..d4c6506 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -14,4 +14,4 @@  LAYERDEPENDS_lts-go-mixin = " \
     core \
 "
 
-GOVERSION = "1.24%"
+GOVERSION = "1.25%"