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
fix: Resolve lint issues surfaced by Go 1.26.2 and golangci-lint v2.11.4
- Migrate proxy.Director to proxy.Rewrite (deprecated since Go 1.26)
- Use fmt.Fprintf instead of WriteString(fmt.Sprintf(...))
- Exclude noctx linter for test files (httptest.NewRequest creates a
valid context; requiring WithContext in tests is noise)
- Remove now-unused nolint:noctx directive in bench test
- Add nolint:prealloc for defensive-copy test
0 commit comments