diff --git a/run_integration_tests.go b/run_integration_tests.go index a18cfce4f..43ae9d689 100644 --- a/run_integration_tests.go +++ b/run_integration_tests.go @@ -331,7 +331,7 @@ func (env *TravisEnvironment) RunTests() error { } // run the build script - if err := run("go", "run", "build.go"); err != nil { + if err := run("go", "run", "-mod=vendor", "build.go"); err != nil { return err }