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

Using latest version of mod-tidier which supports go.{mod,sum} check #97

Merged
merged 1 commit into from
Jun 24, 2020

Commits on Jun 23, 2020

  1. Using latest version of mod-tidier which supports go.{mod,sum} check

    As go mod tidy does have occasion to change `go.mod` files in addition
    to `go.sum` (e.g. when a transitive dependency changes from an
    implicit to explicit dependency), this new flag (`gomodsum_only`)
    allows the build to pass so long as the only files changed are either
    `go.mod` or `go.sum`
    evantorrie committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    c26e083 View commit details
    Browse the repository at this point in the history