Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lint: Check that 'go mod tidy' was run
In #948, we noticed that some `go.sum` files were outdated. To avoid this in the future, add a `lint` check that verifies that `go mod tidy` does not cause any changes. This will fail with a dirty working tree as well, but in CI, we don't expect that.
- Loading branch information