Skip to content

Commit

Permalink
(fixup) Use mockery latest v2.31.4 since v2.30.17 doesn't release: ht…
Browse files Browse the repository at this point in the history
  • Loading branch information
tnasu committed Jul 11, 2023
1 parent c566220 commit 14280ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
set -euo pipefail
readonly MOCKERY=v2.30.17 # N.B. no leading "v"
readonly MOCKERY=v2.31.4 # N.B. no leading "v"
curl -sL "https://github.com/vektra/mockery/releases/download/v${MOCKERY}/mockery_${MOCKERY}_Linux_x86_64.tar.gz" | tar -C /usr/local/bin -xzf -
make mockery 2>/dev/null
Expand Down

0 comments on commit 14280ff

Please sign in to comment.