golang format tools#1223
Conversation
Produced via: `gofmt -s -w $(find -path './vendor' -prune -o -type f -name '*.go' -print))` `goimports -w $(find -name '*.go' | grep -v vendor)`
|
Hi @mattmoor-sockpuppet. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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/test-infra repository. |
|
/ok-to-test |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mattmoor-sockpuppet, n3wscott 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 |
|
The following is the coverage report on pkg/.
|
Produced via: `gofmt -s -w $(find -path './vendor' -prune -o -type f -name '*.go' -print))` `goimports -w $(find -name '*.go' | grep -v vendor)`
* Rollback certificate algorithm changes (#1281) * Allow URIs to be resolved without reconciler context (knative#2095) (#1274) Co-authored-by: Mona Borham <mionaut@gmail.com> * fix oom (#1266) * silent noisy metrics (#1223) Co-authored-by: Markus Thömmes <markusthoemmes@me.com> Co-authored-by: Lukas Berk <lberk@redhat.com> Co-authored-by: Mona Borham <mionaut@gmail.com> Co-authored-by: Stavros Kontopoulos <st.kontopoulos@gmail.com>
…nces/release-v1.17 Update Konflux references
Produced via:
gofmt -s -w $(find -path './vendor' -prune -o -type f -name '*.go' -print))goimports -w $(find -name '*.go' | grep -v vendor)