-
Notifications
You must be signed in to change notification settings - Fork 68
🐛 Downgrade bingo output files to v0.9.0 #2343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Downgrade bingo output files to v0.9.0 #2343
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
camilamacedo86
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
camilamacedo86
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2343 +/- ##
===========================================
+ Coverage 55.97% 74.25% +18.27%
===========================================
Files 82 91 +9
Lines 6547 7198 +651
===========================================
+ Hits 3665 5345 +1680
+ Misses 2367 1426 -941
+ Partials 515 427 -88
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
camilamacedo86
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
d3cdfb3 to
e2707cb
Compare
The latest bingo files were generated with bingo v0.10.0, which requires golang 1.24.9, which we don't support. Downgrade the output files via bingo v0.9.0 Add test to ensure correct version of bingo is used. Signed-off-by: Todd Short <tshort@redhat.com>
|
@camilamacedo86 this is ready now... there was a timeout issue in |
|
/lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86, perdasilva 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:
Approvers can indicate their approval by writing |
6ef62de
into
operator-framework:main
The latest bingo files were generated with bingo v0.10.0, which requires golang 1.24.9, which we don't support.
Downgrade the output files via bingo v0.9.0
Description
Reviewer Checklist