This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch release-2.9.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/release-2.9.x by this push:
new a6d4cbbb4 fix(ci): golang update
a6d4cbbb4 is described below
commit a6d4cbbb475642c61c1d9dda0a8cfa333a6507a3
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Sat Feb 7 09:51:12 2026 +0100
fix(ci): golang update
---
go.mod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/go.mod b/go.mod
index d51852a64..2ba3efde1 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/apache/camel-k/v2
-go 1.25.6
+go 1.25.7
require (
dario.cat/mergo v1.0.2