mirror of
https://github.com/restic/restic.git
synced 2026-04-18 19:08:50 +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