Fix goreleaser/linux job#1869
Merged
openshift-merge-bot[bot] merged 1 commit intooperator-framework:masterfrom Jan 8, 2026
Merged
Fix goreleaser/linux job#1869openshift-merge-bot[bot] merged 1 commit intooperator-framework:masterfrom
openshift-merge-bot[bot] merged 1 commit intooperator-framework:masterfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1869 +/- ##
==========================================
- Coverage 57.50% 57.49% -0.01%
==========================================
Files 136 136
Lines 12934 12934
==========================================
- Hits 7438 7437 -1
- Misses 4341 4342 +1
Partials 1155 1155 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
6e202c3 to
d72d92f
Compare
Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
d72d92f to
232e633
Compare
Contributor
|
/approve |
Contributor
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: grokspawn 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 |
653fa1a
into
operator-framework:master
12 of 13 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of the change:
It seems the warning about not having a default values for the grpc health probe version is causing goreleaser/linux job to fail. This sets the default version in the Dockerfile ARG for the grpc health probe version.
Motivation for the change:
For some reason #1866 merged even though the goreleaser/linux job failed. Now, it's permafailing on master:
https://github.com/operator-framework/operator-registry/actions/runs/20485141309/job/58866008209
Reviewer Checklist
/docs