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
- Update Dockerfile to Go 1.24 (matches go.mod)
- Update GitHub Actions to Go 1.24
- Fix errcheck: handle return values from viper.BindPFlag, json.Encode, etc.
- Fix gosimple: remove redundant nil check before len()
- Fix staticcheck: use grpc.NewClient instead of deprecated DialContext
- Add nolint for Qdrant SDK deprecation (no replacement available yet)
- Update golangci-lint action to v6
0 commit comments