File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -70,10 +70,10 @@ docker pull catchzeng/dingtalk
70
70
71
71
``` sh
72
72
# Go 1.16+
73
- go install github.com/CatchZeng/dingtalk@latest
73
+ go install github.com/CatchZeng/dingtalk@v1.3.1
74
74
75
75
# Go version < 1.16
76
- go get -u github.com/CatchZeng/dingtalk@latest
76
+ go get -u github.com/CatchZeng/dingtalk@v1.3.1
77
77
```
78
78
79
79
## 使用方法
Original file line number Diff line number Diff line change @@ -68,10 +68,10 @@ Go to [releases](https://github.com/CatchZeng/dingtalk/releases/) to download th
68
68
69
69
``` sh
70
70
# Go 1.16+
71
- go install github.com/CatchZeng/dingtalk@latest
71
+ go install github.com/CatchZeng/dingtalk@v1.3.1
72
72
73
73
# Go version < 1.16
74
- go get -u github.com/CatchZeng/dingtalk@latest
74
+ go get -u github.com/CatchZeng/dingtalk@v1.3.1
75
75
```
76
76
77
77
## Usage
You can’t perform that action at this time.
0 commit comments