diff --git a/internal/app/deploy_service.go b/internal/app/deploy_service.go index 04923c0..f3f331c 100644 --- a/internal/app/deploy_service.go +++ b/internal/app/deploy_service.go @@ -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, ".", ) }