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

multi: go mod tidy cleanup and run in CI. #2225

Merged
merged 1 commit into from
Jun 15, 2020

Conversation

rstaudt2
Copy link
Member

This updates run_tests.sh to run go mod tidy in CI and fail if go.mod
and/or go.sum changes.

Using git status is not the ideal way to detect this but there is currently not a way to handle this directly with the go mod tidy command (see related issue golang/go#27005).

This updates run_tests.sh to run `go mod tidy` in CI and fail if go.mod
and/or go.sum changes.
@davecgh davecgh changed the title multi: go mod tidy cleanup and run in CI multi: go mod tidy cleanup and run in CI. Jun 15, 2020
@davecgh davecgh merged commit d31d930 into decred:master Jun 15, 2020
@davecgh davecgh added this to the 1.6.0 milestone Jul 1, 2020
@rstaudt2 rstaudt2 deleted the go_mod_tidy branch January 15, 2021 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants