google / rpmpack

rpmpack (tar2rpm) - package rpms in pure golang or cli
Apache License 2.0
116 stars 32 forks source link

Use modern go error wrapping instead of errors.Wrap. #86

Closed jarondl closed 1 year ago

jarondl commented 1 year ago

nfpm uses errors.Is (since goreleaser/nfpm#630) and I want to undo the fork. Also updated the minimal go version (since this was introduced in 1.13)