diff options
| author | Taras Madan <tarasmadan@google.com> | 2024-05-06 13:08:52 +0200 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2024-05-06 15:16:36 +0000 |
| commit | a607849ecf6380d446a62f6d4bc78cae8a97c0d3 (patch) | |
| tree | a242bb116053cf8e34fcabea4f0b13ecf6e9b4b9 /tools | |
| parent | ea57a160e8531b94586a48294d3b1831c45bd2c9 (diff) | |
tools/mockery.sh: update mockery to min gover 1.21
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/mockery.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mockery.sh b/tools/mockery.sh index 30f04aa45..3a8d04c54 100755 --- a/tools/mockery.sh +++ b/tools/mockery.sh @@ -2,4 +2,4 @@ # Copyright 2022 syzkaller project authors. All rights reserved. # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. -go run github.com/vektra/mockery/v2@v2.20.2 --log-level=error "$@" +go run github.com/vektra/mockery/v2@v2.40.3 --log-level=error "$@" |
