elastic / go-sysinfo

go-sysinfo is a library for collecting system information.
Apache License 2.0
356 stars 87 forks source link

Use errors.Join #217

Closed andrewkroh closed 5 months ago

andrewkroh commented 5 months ago

Replace usages of github.com/joeshaw/multierror with errors.Join, which was added to the stdlib in Go 1.20.

Closes #216

andrewkroh commented 5 months ago

Apparently this repo has a setting to clear approvals if there are new commits.