Skip to content

Commit

Permalink
debug: Try check which version of protoc-gen-gogofaster is installed
Browse files Browse the repository at this point in the history
Signed-off-by: Thane Thomson <connect@thanethomson.com>
  • Loading branch information
thanethomson committed Jan 20, 2023
1 parent 90e8ee6 commit 0204310
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,6 @@ jobs:
echo ">> Ensure your tools are up-to-date, re-run 'make proto-gen' and update this PR."
echo ">>"
git diff
strings `which protoc-gen-gogofaster` | grep "mod.*gogoproto"
exit 1
fi

0 comments on commit 0204310

Please sign in to comment.