NO-JIRA: go mod tidy#9
Conversation
Update go.mod to support switch from Cachito to Hermeto (Cachi2). [Replacing Cachito with Hermeto (formerly known as Cachi2)](https://spaces.redhat.com/pages/viewpage.action?pageId=591269742) While switching should "Just Work" ™️ , it is not always seemless and we've discovered a discrepancy using Hermeto to deliver sources to fail because an attempt is made to download files during hermetic build. - [Failed scratch build](https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=67227220) without change - [Successful scratch build](https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=67229274) with change Signed-off-by: Rayford Johnson <rayfordj@users.noreply.github.com>
|
@rayfordj: This pull request explicitly references no 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. |
|
/assign @jparrill |
|
@rayfordj: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jparrill, rayfordj 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 |
|
/lgtm |
Update go.mod to support switch from Cachito to Hermeto (Cachi2).
Replacing Cachito with Hermeto (formerly known as Cachi2)
While switching should "Just Work" ™️ , it is not always seemless and we've discovered a discrepancy using Hermeto to deliver sources to fail because an attempt is made to download files during hermetic build.