Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lint: Check that 'go mod tidy' was run #951

Merged
merged 1 commit into from May 25, 2021
Merged

lint: Check that 'go mod tidy' was run #951

merged 1 commit into from May 25, 2021

Commits on May 25, 2021

  1. 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.
    abhinav committed May 25, 2021
    Copy the full SHA
    a2fca9d View commit details
    Browse the repository at this point in the history