mirror of
https://github.com/restic/restic.git
synced 2025-08-12 13:37:51 +00:00
Remove -mod=vendor from all documentation and code
This commit is contained in:
@@ -96,7 +96,6 @@ func build(sourceDir, outputDir, goos, goarch string) (filename string) {
|
||||
outputFile := filepath.Join(outputDir, filename)
|
||||
|
||||
c := exec.Command("go", "build",
|
||||
"-mod=vendor",
|
||||
"-o", outputFile,
|
||||
"-ldflags", "-s -w",
|
||||
"-tags", "selfupdate",
|
||||
|
Reference in New Issue
Block a user