Closed jhernand closed 1 week ago
@jhernand: This pull request explicitly references no jira issue.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: jhernand
The full list of commands accepted by this bot can be found here.
The pull request process is described here
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 57.85%. Comparing base (
2bb58e1
) to head (bfb7176
). Report is 8 commits behind head on master.
/lgtm
/remove-label downstream-change-needed
@jhernand: all tests passed!
Full PR test history. Your PR dashboard.
[ART PR BUILD NOTIFIER]
Distgit: ose-agent-installer-orchestrator This PR has been included in build ose-agent-installer-orchestrator-container-v4.18.0-202410251810.p0.g628fadb.assembly.stream.el9. All builds following this will include this PR.
[ART PR BUILD NOTIFIER]
Distgit: ose-agent-installer-csr-approver This PR has been included in build ose-agent-installer-csr-approver-container-v4.18.0-202410251810.p0.g628fadb.assembly.stream.el9. All builds following this will include this PR.
The change to use
go.uber.org/mock
instead of the deprecatedgithub.com/golang/mock
was was mostly done in the past. But the Dockerfile wasn't updated to use the newmockgen
command. As a result if one installs themockgen
with the command from the dockerfile and then runsmake generate
the resulting code doesn't build:To avoid this issue this patch updates the Dockerfile to use the
go.uber.org/mock
package.There are also some minor white space changes introduced by running
go generate
.