Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update go-mockgen #31597

Merged
merged 1 commit into from Feb 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Expand Up @@ -3,3 +3,4 @@ cmd/repo-updater/repos/testdata/** linguist-generated=true
**/bindata.go linguist-generated=true
**/*.pb.go linguist-generated=true
CHANGELOG.md merge=union
**/mock_*_test.go linguist-generated=true
9 changes: 4 additions & 5 deletions cmd/gitserver/server/mock_iface_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 7 additions & 9 deletions cmd/symbols/internal/api/mock_iface_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 7 additions & 9 deletions cmd/symbols/internal/fetcher/mock_iface_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dev/mockgen.sh
Expand Up @@ -8,7 +8,7 @@ export PATH="$GOBIN:$PATH"
export GO111MODULE=on

# Keep this in sync with go.mod
REQUIRED_VERSION='1.1.3'
REQUIRED_VERSION='1.1.4'

set +o pipefail
INSTALLED_VERSION="$(go-mockgen --version || :)"
Expand Down
23 changes: 10 additions & 13 deletions dev/team/mock.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.