This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-satellite.git
The following commit(s) were added to refs/heads/main by this push:
new 4f95a4b cves: bump go toolchain to 1.26.4 (#258)
4f95a4b is described below
commit 4f95a4bc054eaabbcab25fce9aec121de743978f
Author: tetrate-ci[bot] <[email protected]>
AuthorDate: Fri Jun 5 13:24:23 2026 +0800
cves: bump go toolchain to 1.26.4 (#258)
Co-authored-by: Tetrate Security Agent <[email protected]>
---
go.mod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/go.mod b/go.mod
index 49123fd..85bf98e 100644
--- a/go.mod
+++ b/go.mod
@@ -2,7 +2,7 @@ module github.com/apache/skywalking-satellite
go 1.25.0
-toolchain go1.26.3
+toolchain go1.26.4
require (
github.com/Shopify/sarama v1.27.2