fix more stuff

This commit is contained in:
pavel 2026-05-14 22:45:46 +02:00
commit 41af4721ed

View file

@ -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, ".",
)
}