This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new 3d6d8cb7cc chore(build): try to fix go failure
3d6d8cb7cc is described below
commit 3d6d8cb7cc339b9572bcb88748587e7e1d65c730
Author: Sebastian Rühl <[email protected]>
AuthorDate: Thu Feb 12 17:49:06 2026 +0100
chore(build): try to fix go failure
---
code-generation/language/go/src/test/resources/plc4go/go.mod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code-generation/language/go/src/test/resources/plc4go/go.mod
b/code-generation/language/go/src/test/resources/plc4go/go.mod
index afd2f95a50..8a2f4c6e77 100644
--- a/code-generation/language/go/src/test/resources/plc4go/go.mod
+++ b/code-generation/language/go/src/test/resources/plc4go/go.mod
@@ -18,7 +18,7 @@
//
module github.com/apache/plc4x/plc4go
-go 1.23
+go 1.26
require (
github.com/ajankovic/xdiff v0.0.1