This is an automated email from the ASF dual-hosted git repository.
gansheer 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 1ef050eda chore: upgrade go to 1.25.6
1ef050eda is described below
commit 1ef050eda3256c38840834c1f841b7156d283934
Author: Gaelle Fournier <[email protected]>
AuthorDate: Thu Jul 9 10:27:50 2026 +0200
chore: 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 499bda003..d18f15aee 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/apache/camel-k/v2
-go 1.26.4
+go 1.26.5
require (
dario.cat/mergo v1.0.2