This is an automated email from the ASF dual-hosted git repository.

gfournier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new 60925a32d fix: upgrade go to 1.25.6
60925a32d is described below

commit 60925a32d1dbea892e1e50c8089e3b9e55835ecb
Author: Gaelle Fournier <[email protected]>
AuthorDate: Mon Feb 2 08:55:02 2026 +0100

    fix: upgrade go to 1.25.6
---
 go.mod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/go.mod b/go.mod
index 586f4dd3f..908e93924 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module github.com/apache/camel-k/v2
 
-go 1.25.5
+go 1.25.6
 
 require (
        dario.cat/mergo v1.0.2

Reply via email to