pokt-network / pocket

Official implementation of the Pocket Network Protocol v1
https://pokt.network
MIT License
61 stars 33 forks source link

[chore] Replaces multierr usage with go native errors package #939

Closed dylanlott closed 11 months ago

dylanlott commented 11 months ago

Description

The recent upgrade to Go 1.20 enabled the errors package Join function to replace usage of multierr Combine and Append functions. Please note it cannot be removed as a dependency from our go.mod because it is an indirect dependency.

Issue

Follow up changes from review of #861 and merging #910

Type of change

Please mark the relevant option(s):

List of changes

Testing

Required Checklist

If Applicable Checklist