mirror of
https://github.com/labstack/echo.git
synced 2025-12-26 00:11:46 +02:00
* 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.