Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Add makefile target to verify the local module cache (#775)
- Resolves #762 - Introduces a Makefile target that will fail when `go mod verify` reports any changes to module cache, because by default the `go mod verify` command just prints the modules that were tampered with (doesn't fail or return an error).
- Loading branch information