Remove -mod=vendor from all documentation and code
This commit is contained in:
parent
28121090c2
commit
c0373cd307
7 changed files with 12 additions and 18 deletions
|
@ -345,7 +345,7 @@ func runBuild(sourceDir, outputDir, version string) {
|
|||
"--volume", sourceDir+":/restic",
|
||||
"--volume", outputDir+":/output",
|
||||
"restic/builder",
|
||||
"go", "run", "-mod=vendor", "helpers/build-release-binaries/main.go",
|
||||
"go", "run", "helpers/build-release-binaries/main.go",
|
||||
"--version", version)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue