diff options
author | Joe Chen <jc@unknwon.io> | 2022-06-07 20:38:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-07 20:38:54 +0800 |
commit | e3706575d5d95fee19b8170c510c4fc567d079a3 (patch) | |
tree | d7f88ee48d9df3e72141006a9273c3c1e63d7b22 /docs | |
parent | 2ca014250fbf0bba94c914d9e43b1f6d8eca3bb0 (diff) |
ci: pin go-mockgen to 1.2.0 (#7021)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dev/local_development.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/local_development.md b/docs/dev/local_development.md index 7d822ae8..3e8c601c 100644 --- a/docs/dev/local_development.md +++ b/docs/dev/local_development.md @@ -41,7 +41,7 @@ Gogs has the following dependencies: brew install go postgresql git npm go-task/tap/go-task npm install -g less npm install -g less-plugin-clean-css - go install github.com/derision-test/go-mockgen/cmd/go-mockgen@latest + go install github.com/derision-test/go-mockgen/cmd/go-mockgen@v1.2.0 go install golang.org/x/tools/cmd/goimports@latest ``` @@ -79,7 +79,7 @@ Gogs has the following dependencies: sudo apt install -y make git-all postgresql postgresql-contrib golang-go nodejs npm install -g less go install github.com/go-task/task/v3/cmd/task@latest - go install github.com/derision-test/go-mockgen/cmd/go-mockgen@latest + go install github.com/derision-test/go-mockgen/cmd/go-mockgen@v1.2.0 go install golang.org/x/tools/cmd/goimports@latest ``` |