You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies, I must have misread the tags on the commit. We'll wait for golangci-lint to do a new release with the new version (saw that they picked it up in golangci/golangci-lint#5074).
We're using errcheck v1.7.0 via golangci-lint on Go 1.23.2, and encountered this error when upgrading a dependency:
The dependency https://github.com/deepgram/deepgram-go-sdk, and we were bumping it from v1.4.0 to v.1.6.0. As part of that a type was deprecated and became an alias (source):
#248 added support for type aliases - which is in the version that we're using, but perhaps there's an additional edge case here.
The text was updated successfully, but these errors were encountered: