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

kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-swck.git


The following commit(s) were added to refs/heads/master by this push:
     new 33c725f  chore(build): go version (#171)
33c725f is described below

commit 33c725f1abf0f7a248972e9a1cd59e66382564d8
Author: kezhenxu94 <[email protected]>
AuthorDate: Mon Dec 15 21:11:10 2025 +0800

    chore(build): go version (#171)
---
 adapter/go.mod  | 2 +-
 operator/go.mod | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/adapter/go.mod b/adapter/go.mod
index 16046b2..d07e26e 100644
--- a/adapter/go.mod
+++ b/adapter/go.mod
@@ -1,6 +1,6 @@
 module github.com/apache/skywalking-swck/adapter
 
-go 1.25.3
+go 1.25.5
 
 require (
        github.com/apache/skywalking-cli v0.0.0-20210209032327-04a0ce08990f
diff --git a/operator/go.mod b/operator/go.mod
index 5ad6841..819af68 100644
--- a/operator/go.mod
+++ b/operator/go.mod
@@ -1,6 +1,6 @@
 module github.com/apache/skywalking-swck/operator
 
-go 1.25.3
+go 1.25.5
 
 require (
        github.com/Masterminds/sprig/v3 v3.3.0

Reply via email to