mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
- Introduced a new method configureGoPath in runner.go to set the GOPATH environment variable based on the retrieved Go path. - Updated configureEnv to call configureGoPath, ensuring the Go path is configured alongside Node.js paths. - Added a new utility function GetGoPath in config.go to retrieve the Go path from configuration, with a default fallback. - These changes enhance the task runner's environment setup by supporting Go development alongside existing Node.js configurations.