goModules property

List<UploadedGoModule>? goModules
getter/setter pair

Go module artifacts uploaded to Artifact Registry at the end of the build.

Optional.

Implementation

core.List<UploadedGoModule>? goModules;