sourcePath property
Source path of the go.mod file in the build's workspace.
If not specified, this will default to the current directory. e.g. ~/code/go/mypackage
Optional.
Implementation
core.String? sourcePath;
Source path of the go.mod file in the build's workspace.
If not specified, this will default to the current directory. e.g. ~/code/go/mypackage
Optional.
core.String? sourcePath;