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

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

commit 9de07bae94b7468242dd5394c8c7fda8305f797d
Author: kezhenxu94 <[email protected]>
AuthorDate: Mon May 11 15:52:14 2026 +0800

    cves: bump adapter Go to 1.26.3 to fix stdlib CVEs
---
 adapter/Dockerfile | 2 +-
 adapter/go.mod     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/adapter/Dockerfile b/adapter/Dockerfile
index 1ff8fd6..aa33114 100644
--- a/adapter/Dockerfile
+++ b/adapter/Dockerfile
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 # Build the manager binary
-FROM golang:1.26 As builder
+FROM golang:1.26.3 As builder
 
 WORKDIR /workspace
 # Copy the Go Modules manifests
diff --git a/adapter/go.mod b/adapter/go.mod
index 47e4899..1c49dd5 100644
--- a/adapter/go.mod
+++ b/adapter/go.mod
@@ -1,6 +1,6 @@
 module github.com/apache/skywalking-swck/adapter
 
-go 1.25.10
+go 1.26.3
 
 require (
        github.com/apache/skywalking-cli v0.0.0-20210209032327-04a0ce08990f

Reply via email to