This commit is contained in:
cdle
2021-09-30 20:45:58 +08:00
parent 3c652a8551
commit 82b23432e1
+1 -1
View File
@@ -60,7 +60,7 @@ func GitPull(filename string) (bool, error) {
}
func CompileCode() error {
cmd := exec.Command("go", "build")
cmd := exec.Command("/usr/local/go/bin/go", "build")
cmd.Path = ExecPath
_, err := cmd.Output()
if err != nil {