From 1dce9fb0e89b3a1793c5a75a9f2b11ab1d1d2cb8 Mon Sep 17 00:00:00 2001 From: pavel Date: Thu, 14 May 2026 22:47:56 +0200 Subject: [PATCH] fiiix --- internal/app/deploy_service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ".", ) }