This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch cves/go-1.25.10-may2026 in repository https://gitbox.apache.org/repos/asf/skywalking-swck.git
commit 929ba57d373f1ce7d2f0f497fe8a63d7c931170f Author: kezhenxu94 <[email protected]> AuthorDate: Mon May 11 14:06:49 2026 +0800 cves: bump adapter Go to 1.25.10 to fix stdlib CVEs Bumps the `go` directive in adapter/go.mod from 1.25.9 to 1.25.10 to fix the following stdlib CVEs: - CVE-2026-33811 - CVE-2026-33814 - CVE-2026-39820 - CVE-2026-39823 - CVE-2026-39825 - CVE-2026-39826 - CVE-2026-39836 - CVE-2026-42499 --- adapter/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adapter/go.mod b/adapter/go.mod index dac17f5..47e4899 100644 --- a/adapter/go.mod +++ b/adapter/go.mod @@ -1,6 +1,6 @@ module github.com/apache/skywalking-swck/adapter -go 1.25.9 +go 1.25.10 require ( github.com/apache/skywalking-cli v0.0.0-20210209032327-04a0ce08990f
