mirror of
https://github.com/labstack/echo.git
synced 2026-04-24 20:55:53 +02:00
5ac2f11f21
* Use Go 1.25 in CI * Disable test: in Go 1.24 and earlier http.NoBody would result ContentLength=-1 but as of Go 1.25 http.NoBody would result ContentLength=0 I am too lazy to bother documenting this as 2 version specific tests.