-
Notifications
You must be signed in to change notification settings - Fork 201
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
Switch to golang native error wrapping #1077
Conversation
dfe6f0b
to
b84df4c
Compare
7d9c3d1
to
6d76cc1
Compare
Could you open a WIP PR with this change against podman, to make sure that these changes do not break any tests. |
Testing in containers/podman#14753 |
LGTM |
/hold |
It would be nice to have this all completed before we ship podman 4.2. |
RC-1 is scheduled for next Monday. We can do the vendor dance after. Maybe we can get cosign/sigstore merged as well. |
That would be awesome. |
We should vendor in everything we can now, to make sure RC1 is close as possible to being correct. |
I suggest to wait. The vendor dance consumes a lot of time and work and a c/image bump would require to effectively do it twice if started too early. |
Giving it a new test in containers/podman#14869 |
@saschagrunert Can you update this PR? |
Done 👍 |
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.
/lgtm
/hold
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.
LGTM
/lgtm
/hold cancel
`github.com/pkg/errors` is deprecated since quite some time so we now use the native error wrapping for more idiomatic golang. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: flouthoc, rhatdan, saschagrunert The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
github.com/pkg/errors
is deprecated since quite some time so we now use the native error wrapping for more idiomatic golang.