IBM / ibm-cert-manager-operator

Operator used to manage the ibm cert-manager service
Apache License 2.0
9 stars 23 forks source link

Update controller-gen version to adopt new golang version in CICD building tool #398

Closed Daniel-Fan closed 8 months ago

Daniel-Fan commented 8 months ago

This is to address issue when running make manifests

/home/prow/go/src/github.com/IBM/ibm-cert-manager-operator/bin/controller-gen object:headerFile="hack/boilerplate.go.txt" paths="./..."
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
    panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x9efffe]

Bump controller-gen version from 0.7.0 to 0.14.0

ibm-ci-bot commented 8 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Daniel-Fan

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/IBM/ibm-cert-manager-operator/blob/master/OWNERS)~~ [Daniel-Fan] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
qpdpQ commented 8 months ago

/lgtm