mirror of
https://github.com/restic/restic.git
synced 2025-08-12 10:37:41 +00:00
Travis: Run build.go with -mod=vendor
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user