This commit is contained in:
pavel 2026-05-14 22:47:56 +02:00
commit 1dce9fb0e8

View file

@ -182,7 +182,7 @@ func runGoBuildForUser(unixUser, repoDir, binaryPath string) error {
"GOPATH="+goPath,
"GOMODCACHE="+goModCache,
"GOCACHE="+goCache,
"GOTOOLCHAIN=local",
"GOTOOLCHAIN=auto",
"go", "-C", repoDir, "build", "-buildvcs=false", "-o", binaryPath, ".",
)
}