mirror of
https://github.com/gogs/gogs.git
synced 2026-03-01 09:40:55 +01:00
ci: pin go-mockgen to 1.2.0 (#7021)
This commit is contained in:
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user