mirror of
https://github.com/UNITRONIX/BetterDesk.git
synced 2026-09-10 09:35:39 +00:00
216cf4851b
- Simplified the health check for the Go binary in agentBuildWorker by utilizing a new method from updateService to verify the standard library. - Enhanced the installation process of the Go toolchain to handle concurrent requests and added an option to limit the maximum version during installation. - Improved error handling and cleanup in the goStdlibHealthy function to ensure temporary files are removed after checks. - Updated the resolveGoRelease function to support version constraints, ensuring compatibility with specified maximum versions.