-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add Go path configuration to task runner
- 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.
- Loading branch information
Marvin Zhang
committed
Jan 6, 2025
1 parent
99c6f42
commit 8aa801e
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters