peterstace / simplefeatures

Simple Features is a pure Go Implementation of the OpenGIS Simple Feature Access Specification
MIT License
127 stars 19 forks source link

Update golangci-lint to use latest version #522

Closed peterstace closed 9 months ago

peterstace commented 1 year ago

The latest version of golangci-lint has breaking changes for depguard.

Because I'm running the latest version of golangci-lint locally (and it's hard to downgrade), this makes things a bit annoying.

AC: