This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch gov in repository https://gitbox.apache.org/repos/asf/skywalking-swck.git
commit 93637ec891770000983bc17a085eb14b5345d9d8 Author: kezhenxu94 <[email protected]> AuthorDate: Mon Dec 15 20:56:03 2025 +0800 chore(build): go version --- 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
