Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(dep): Check only for go.mod file (#1397)
This commit is to update go-mod github action step to check for only go.mod file. Ideally, both go.mod and go.sum should be checked, however, the current behavior of `go mod tidy` command will not clean up old entries in go.sum. Additionally, dependentbot is currently failing as there is dirty change in go.sum file.
- Loading branch information