Needs approval from an approver in each of these files:
- ~~[OWNERS](https://github.com/cert-manager/release/blob/master/OWNERS)~~ [SgtCoDFish,inteon]
Approvers can indicate their approval by writing `/approve` in a comment
Approvers can cancel approval by writing `/approve cancel` in a comment
This PR adds a new
validate-gomod
command tocmrel
, which checks certain aspects of various go.mod files which are added by https://github.com/cert-manager/cert-manager/pull/5880 (design doc).The functionality of this subcommand should be clear from its description (see
validateGoModLongDescription
).Also provided are test environments; these tests will be run as part of CI for this PR.