tomarrell / wrapcheck

A Go linter to check that errors from external packages are wrapped
https://blog.tomarrell.com/post/introducing_wrapcheck_linter_for_go
MIT License
291 stars 26 forks source link

Upgrade dependency golang.org/x/tools #47

Closed rledisez closed 4 months ago

rledisez commented 4 months ago

Closes #46

rledisez commented 4 months ago

Is it time to upgrade golang version in tests? what's the policy of the project on this? x/tools v0.1.12 was already advertising go 1.18 in its go.mod, but was still compatible with go 1.17. Seems it's not the case anymore.

tomarrell commented 4 months ago

Mm seems like it. Will update the version and see.

tomarrell commented 4 months ago

Much appreciate, have merged your commit as part of #48. Thanks for the contribution!