-
Notifications
You must be signed in to change notification settings - Fork 345
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
Make sure that we always use the correct operator-sdk version #1766
Conversation
Signed-off-by: Kevin Earls <kearls@redhat.com>
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.
The operator-sdk installing step should be removed from the GHA workflows
Makefile
Outdated
@@ -39,6 +39,7 @@ GOROOT ?= "$(shell go env GOROOT)" | |||
ECHO ?= @echo $(echo_prefix) | |||
SED ?= "sed" | |||
CERTMANAGER_VERSION ?= 1.6.1 | |||
OPERATOR_SDK_VERSION ?= 1.17.0 |
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.
The project is using 1.13.1
Signed-off-by: Kevin Earls <kearls@redhat.com>
Codecov Report
@@ Coverage Diff @@
## main #1766 +/- ##
=======================================
Coverage 87.51% 87.51%
=======================================
Files 99 99
Lines 5937 5937
=======================================
Hits 5196 5196
Misses 567 567
Partials 174 174 Continue to review full report at Codecov.
|
Mucked this up locally, closing to resubmit... |
Signed-off-by: Kevin Earls kearls@redhat.com
Which problem is this PR solving?
Short description of the changes