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 0af0f11 build: bump up go to 1.24.6 (#159) 0af0f11 is described below commit 0af0f11c251ef64e9d0c8973f0be01af236653ab Author: kezhenxu94 <kezhenx...@apache.org> AuthorDate: Thu Aug 21 14:49:47 2025 +0700 build: bump up go to 1.24.6 (#159) --- 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 33be5fb..80f4eeb 100644 --- a/adapter/go.mod +++ b/adapter/go.mod @@ -1,6 +1,6 @@ module github.com/apache/skywalking-swck/adapter -go 1.24.2 +go 1.24.6 require ( github.com/apache/skywalking-cli v0.0.0-20210209032327-04a0ce08990f diff --git a/operator/go.mod b/operator/go.mod index 2cb4f30..9db519b 100644 --- a/operator/go.mod +++ b/operator/go.mod @@ -1,6 +1,6 @@ module github.com/apache/skywalking-swck/operator -go 1.24.2 +go 1.24.6 require ( github.com/Masterminds/sprig/v3 v3.3.0