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 standard library errors package #45

Merged
merged 1 commit into from
Aug 18, 2024

Commits on Aug 18, 2024

  1. Use Go standard library errors package

    Replace the deprecated and archived `github.com/pkg/errors` package with
    the Go standard library `errors` package and `%w` wrapping so it can be
    used with `errors.Is()`.
    * Bump minimum Go version to 1.19 to automatically include transitive
      dependencies in the Go modules files.
    
    Signed-off-by: SuperQ <superq@gmail.com>
    SuperQ committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    08e4d84 View commit details
    Browse the repository at this point in the history