Skip to content

Commit e1de013

Browse files
committed
docs(kitex): update Kitex version to v0.13.1 in streaming documentation
1 parent d619b89 commit e1de013

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/en/docs/kitex/Tutorials/advanced-feature/generic-call/generic_streaming.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ e.g.
263263

264264
#### Solution
265265

266-
Use the following branch to solve it and wait for the official release of Kitex v1.18.1 to fix this issue.
266+
Use the following branch to solve it and wait for the official release of Kitex v0.13.1 to fix this issue.
267267

268268
```shell
269-
go get -u github.com/cloudwego/kitex@v0.12.1-0.20241220085925-b5894d2f9e0c
269+
go get -u github.com/cloudwego/kitex@v0.13.1
270270
```

content/zh/docs/kitex/Tutorials/advanced-feature/generic-call/generic_streaming.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,10 +278,10 @@ strResp, ok := resp.(string) // 响应为 json 字符串
278278

279279
#### 解决办法
280280

281-
可用如下分支修复,等待 Kitex v1.18.1 正式发布后即可解决:
281+
可用如下分支修复,等待 Kitex v0.13.1 正式发布后即可解决:
282282

283283
```shell
284-
go get -u github.com/cloudwego/kitex@v0.12.1-0.20241220085925-b5894d2f9e0c
284+
go get -u github.com/cloudwego/kitex@v0.13.1
285285
```
286286

287287
如需完整 main 函数示例,请参考[官方 demo](https://github.com/cloudwego/kitex-examples/tree/main/generic_streaming)

0 commit comments

Comments
 (0)