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