-
Notifications
You must be signed in to change notification settings - Fork 213
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
ci: Require go.mod to be tidy #128
Conversation
Waiting to see a Travis failure -- currently our go.mod is not tidy. |
Travis job: https://travis-ci.com/getsentry/sentry-go/builds/141893202
TODO:
|
a91b5a8
to
f14cfad
Compare
Travis job: https://travis-ci.com/getsentry/sentry-go/builds/141935681
|
Once Go 1.14 gets released, its Putting this on hold to evaluate the situation better. |
c11deeb
to
0403321
Compare
This helps us prevent accidentally having an inconsistent go.mod file after changes to dependencies.
Revived this. We can have a check for "tidiness" as long as we agree on a single authoritative Go version to use. One day this might become part of the |
This helps us prevent accidentally having an inconsistent go.mod file
after changes to dependencies.