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
add HEAD method support to Ping middleware, modernize code
- Ping middleware now handles both GET and HEAD methods for /ping endpoint
- HEAD returns 200 OK with headers but no body (useful for lightweight health checks)
- Update dependencies: golang.org/x/crypto 0.45.0 -> 0.46.0, golang.org/x/sys 0.38.0 -> 0.39.0
- Apply modernize linter fixes:
- Replace interface{} with any
- Use max() builtin instead of if/else
- Use strings.SplitSeq for more efficient iteration
0 commit comments