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

pcongiusti 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 2e0c9dc0e fix(ci): upgrade go to 1.25.5
2e0c9dc0e is described below

commit 2e0c9dc0e917d65348d9131d0cb5255a731e5bee
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Fri Dec 5 08:40:36 2025 +0100

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

diff --git a/go.mod b/go.mod
index 75eaffc53..1e19f552c 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module github.com/apache/camel-k/v2
 
-go 1.25.3
+go 1.25.5
 
 require (
        dario.cat/mergo v1.0.2

Reply via email to