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 2847243 cves: bump adapter Go to 1.26.3 to fix stdlib CVEs (#196)
2847243 is described below
commit 284724328000d7ccf63f392aecb082da521e3d44
Author: kezhenxu94 <[email protected]>
AuthorDate: Mon May 11 16:17:07 2026 +0800
cves: bump adapter Go to 1.26.3 to fix stdlib CVEs (#196)
* cves: bump adapter Go to 1.26.3 to fix stdlib CVEs
* cves: bump operator Go to 1.26.3 to fix stdlib CVEs
---
adapter/Dockerfile | 2 +-
adapter/go.mod | 2 +-
operator/Dockerfile | 2 +-
operator/go.mod | 2 +-
4 files changed, 4 insertions(+), 4 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
diff --git a/operator/Dockerfile b/operator/Dockerfile
index 3b64702..8875edc 100644
--- a/operator/Dockerfile
+++ b/operator/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/operator/go.mod b/operator/go.mod
index a49cfac..06feaf5 100644
--- a/operator/go.mod
+++ b/operator/go.mod
@@ -1,6 +1,6 @@
module github.com/apache/skywalking-swck/operator
-go 1.26.0
+go 1.26.3
require (
github.com/Masterminds/sprig/v3 v3.3.0