defradb
defradb copied to clipboard
Ensure playground deps are not broken for macos
There was an issue discovered in #2944 where make deps:playground
step would specifically fail on macos
but not on other distros (for go releaser), due to some dependencies in the lock files.
Suggestions:
- Either completely remove the lockfiles OR
- Add a ci rule for
make deps:playground
to ensure it always works for all distros we do a release for.