Skip to content

Commit

Permalink
ci: pin go-mockgen to 1.2.0 (#7021)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknwon committed Jun 7, 2022
1 parent 2ca0142 commit e370657
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: arduino/setup-task@v1
- name: Install goimports and go-mockgen
run: |
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
- name: Check Go module tidiness and generated files
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions docs/dev/local_development.md
Expand Up @@ -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
```

Expand Down Expand Up @@ -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
```
Expand Down

0 comments on commit e370657

Please sign in to comment.