fiiix
This commit is contained in:
parent
41af4721ed
commit
1dce9fb0e8
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ func runGoBuildForUser(unixUser, repoDir, binaryPath string) error {
|
||||||
"GOPATH="+goPath,
|
"GOPATH="+goPath,
|
||||||
"GOMODCACHE="+goModCache,
|
"GOMODCACHE="+goModCache,
|
||||||
"GOCACHE="+goCache,
|
"GOCACHE="+goCache,
|
||||||
"GOTOOLCHAIN=local",
|
"GOTOOLCHAIN=auto",
|
||||||
"go", "-C", repoDir, "build", "-buildvcs=false", "-o", binaryPath, ".",
|
"go", "-C", repoDir, "build", "-buildvcs=false", "-o", binaryPath, ".",
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue