mirror of
https://github.com/gogs/gogs.git
synced 2026-07-07 17:03:06 +02:00
ci: pin go-mockgen to 1.2.0 (#7021)
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user