Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Run
go mod tidy
check on submodules
Today, we do not enforce a clean `go mod tidy` on submodules. This allows for drift and can eventually lead to `golangci-lint` failures, along with the obvious disadvantage of not having an up-to-date `go.mod`. Enforce clean `go mod tidy` on all `go.mod` by using our make target rather than the direct root-level command.
- Loading branch information