Skip to content
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

Use Go 1.20 wrapped errors instead of multierror #27

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

skitt
Copy link
Contributor

@skitt skitt commented Jan 5, 2024

This requires linting-related changes with the bump to Go 1.20 (ioutil is deprecated).

Note that the first two commits are the same as in #26. I will rebase as appropriate.

skitt added 4 commits January 5, 2024 15:06
This is failing linting (gofmt -s).

Signed-off-by: Stephen Kitt <skitt@redhat.com>
depguard has switch from a deny list to an allow list, so it rejects
everything by default. Since depguard wasn't previously configured to
deny anything, this disables it entirely (no linting is lost).

Signed-off-by: Stephen Kitt <skitt@redhat.com>
Signed-off-by: Stephen Kitt <skitt@redhat.com>
Signed-off-by: Stephen Kitt <skitt@redhat.com>
@skitt skitt force-pushed the go-1.20-multierrors branch from bce79f2 to e555d8b Compare January 5, 2024 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant