diff --git a/build/ci.go b/build/ci.go index f268981ae4..ce58cdf3ae 100644 --- a/build/ci.go +++ b/build/ci.go @@ -348,14 +348,6 @@ func doGenerate() { } } fmt.Println("No stale files detected.") - - // Run go mod tidy check. - for _, mod := range goModules { - tidy := tc.Go("mod", "tidy", "-diff") - tidy.Dir = mod - build.MustRun(tidy) - } - fmt.Println("No untidy module files detected.") } // doBadDeps verifies whether certain unintended dependencies between some