goModules property

List<GoModule>? goModules
getter/setter pair

A list of Go modules to be uploaded to Artifact Registry upon successful completion of all build steps.

If any objects fail to be pushed, the build is marked FAILURE.

Optional.

Implementation

core.List<GoModule>? goModules;