diff mbox series

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

Message ID 20250818225046.55311-1-peter.marko@siemens.com
State New
Headers show
Series [meta-lts-mixins,kirkstone/go] conf/layer: switch to golang 1.25 | expand

Commit Message

Marko, Peter Aug. 18, 2025, 10:50 p.m. UTC
From: Peter Marko <peter.marko@siemens.com>

No other changes seem to be needed.

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 5d1b19f..6c1738b 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -14,7 +14,7 @@  LAYERDEPENDS_lts-go-mixin = " \
     core \
 "
 
-GOVERSION = "1.24%"
+GOVERSION = "1.25%"
 
 # 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