You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Run `go get`'s internal validation checks against _each_ module in `go.mod`
# by running `go get` w/o specifying any library. It finds problems like when a
# module declares itself using a different name than specified in our `go.mod` etc.
run_go_get
This is intended to fix up bad go.mod files but shouldn't have any affect on a healthy go.mod. In addition, Dependabot is not expected to put the go.mod into a bad state during an update.
The downside of making this extra call is that it results in extra time and network activity during the update job. For projects with large numbers of dependencies this can lead to slow updates or timeouts.
TODO: Find examples of why go get -d was originally added to validate there's no harm in removing this.
I think it was introduced when we added support for go mod tidy, or this commit: 6a48ffc, I hope that one of those tests covers this behavior (or possibly one of the others added in that PR), but it's been a while and I'm a little fuzzy on all the details.
👋 This issue has been marked as stale because it has been open for 2 years with no activity. You can comment on the issue to hold stalebot off for a while, or do nothing. If you do nothing, this issue will be closed eventually by the stalebot. Please see CONTRIBUTING.md for more policy details.
Migrated from our internal issue tracker since the affected code resides here in
dependabot-core
:@mctofu:
@jurre:
@jeffwidman:
The text was updated successfully, but these errors were encountered: