This is an automated email from the ASF dual-hosted git repository.
liuhan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-go.git
The following commit(s) were added to refs/heads/main by this push:
new 7948b43 Change the tested gRPC version in the document (#184)
7948b43 is described below
commit 7948b433093a6ff51a7131a8f86ecfe5fd9ed56c
Author: Alipebt <[email protected]>
AuthorDate: Sun May 26 23:07:37 2024 +0800
Change the tested gRPC version in the document (#184)
---
docs/en/agent/support-plugins.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/agent/support-plugins.md b/docs/en/agent/support-plugins.md
index 3eb8dbc..ccd866a 100644
--- a/docs/en/agent/support-plugins.md
+++ b/docs/en/agent/support-plugins.md
@@ -18,7 +18,7 @@ metrics based on the tracing data.
* `dubbo`: [Dubbo](https://github.com/apache/dubbo-go) tested v3.0.1 to
v3.0.5.
* `kratosv2`: [Kratos](https://github.com/go-kratos/kratos) tested v2.3.1 to
v2.6.2.
* `microv4`: [Go-Micro](https://github.com/go-micro/go-micro) tested v4.6.0
to v4.10.2.
- * `grpc` : [gRPC](https://github.com/grpc/grpc-go) tested v1.55.0 to v1.57.0.
+ * `grpc` : [gRPC](https://github.com/grpc/grpc-go) tested v1.55.0 to v1.64.0.
* Database Client
* `gorm`: [GORM](https://github.com/go-gorm/gorm) tested v1.22.0 to v1.25.1.
* [MySQL Driver](https://github.com/go-gorm/mysql)