Skip to content

Commit

Permalink
change mockery version to verify the generated mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
torao committed Aug 17, 2023
1 parent 490c3d1 commit edbd77d
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=2.32.0 # N.B. no leading "v"
readonly MOCKERY=2.32.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 edbd77d

Please sign in to comment.