OPRUN-4642: Update to golang-1.26.3#2001
Conversation
|
@tmshort: This pull request references OPRUN-4642 which is a valid jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
Signed-off-by: Todd Short <tshort@redhat.com>
ff7fda5 to
8ff53ed
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2001 +/- ##
=======================================
Coverage 58.75% 58.75%
=======================================
Files 141 141
Lines 13426 13426
=======================================
Hits 7889 7889
Misses 4325 4325
Partials 1212 1212 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
| for j, entry := range deprecation.Entries { | ||
| if entry.Reference.Schema == "" { | ||
| return nil, fmt.Errorf("schema must be set for deprecation entry [%v] for package %q", deprecation.Package, j) | ||
| return nil, fmt.Errorf("schema must be set for deprecation entry [%d] for package %q", j, deprecation.Package) |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: perdasilva The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/override codecov/patch |
|
@perdasilva: Overrode contexts on behalf of perdasilva: codecov/patch DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
9c948cd
into
operator-framework:master
Description of the change:
Motivation for the change:
Reviewer Checklist
/docs