Skip to content

Commit

Permalink
Update mockery to the 2.43.2
Browse files Browse the repository at this point in the history
  • Loading branch information
netsi committed Jun 28, 2024
1 parent b90ce74 commit 4366965
Show file tree
Hide file tree
Showing 138 changed files with 5,259 additions and 819 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@v3

- name: Install mockery
run: go install github.com/vektra/mockery/v2@v2.22.1
run: go install github.com/vektra/mockery/v2@v2.43.2

- name: Execute mockery
run: go generate -run='mockery' ./...
Expand All @@ -61,7 +61,7 @@ jobs:
changes=$(git status -s | grep -E '^[ ]?M|A') || true
if [ "0" != $(echo -n $changes | wc -c) ]; then
git status -s | grep -E '^[ ]?M|A'
echo "please check the file list above and (re-)create those mocks locally with the mockery version v2.22.1!"
echo "please check the file list above and (re-)create those mocks locally with the mockery version v2.43.2!"
echo "here's the diff:"
git diff HEAD~0
echo "end of diff"
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
golang 1.21.3
golangci-lint 1.54.2
mockery 2.22.1
mockery 2.43.2
protoc 24.2
protoc-gen-go 1.26.0
15 changes: 9 additions & 6 deletions pkg/blob/mocks/BatchRunner.go

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

19 changes: 13 additions & 6 deletions pkg/blob/mocks/ReadCloser.go

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

23 changes: 17 additions & 6 deletions pkg/blob/mocks/ReadSeekerCloser.go

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

43 changes: 37 additions & 6 deletions pkg/blob/mocks/Store.go

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

19 changes: 13 additions & 6 deletions pkg/blob/mocks/Stream.go

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

15 changes: 9 additions & 6 deletions pkg/blob/mocks/UrlBuilder.go

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

Loading

0 comments on commit 4366965

Please sign in to comment.