From 7948b433093a6ff51a7131a8f86ecfe5fd9ed56c Mon Sep 17 00:00:00 2001 From: Alipebt <1160756683@qq.com> Date: Sun, 26 May 2024 23:07:37 +0800 Subject: [PATCH] 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 3eb8dbcf..ccd866a5 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)