Skip to content

Update module github.com/labstack/echo/v4 to v5 #66

Update module github.com/labstack/echo/v4 to v5

Update module github.com/labstack/echo/v4 to v5 #66

Triggered via pull request April 1, 2026 01:39
Status Failure
Total duration 34s
Artifacts

ci.yml

on: pull_request
draft-release
0s
draft-release
Matrix: unit-tests
Fit to window
Zoom out
Zoom in

Annotations

14 errors
unit-tests (oldstable)
Process completed with exit code 1.
unit-tests (oldstable): middleware.go#L70
c.Response().Status undefined (type http.ResponseWriter has no field or method Status)
unit-tests (oldstable): middleware.go#L69
c.Response().Committed undefined (type http.ResponseWriter has no field or method Committed)
unit-tests (oldstable): middleware.go#L62
c.Response().Status undefined (type http.ResponseWriter has no field or method Status)
unit-tests (oldstable): middleware.go#L58
c.Error undefined (type echo.Context has no field or method Error)
unit-tests (oldstable): middleware.go#L56
cannot use c (variable of struct type echo.Context) as *echo.Context value in argument to next
unit-tests (oldstable): middleware.go#L21
cannot use func(c echo.Context) error {…} (value of type func(c echo.Context) error) as echo.HandlerFunc value in return statement
unit-tests (stable)
Process completed with exit code 1.
unit-tests (stable): middleware.go#L70
c.Response().Status undefined (type http.ResponseWriter has no field or method Status)
unit-tests (stable): middleware.go#L69
c.Response().Committed undefined (type http.ResponseWriter has no field or method Committed)
unit-tests (stable): middleware.go#L62
c.Response().Status undefined (type http.ResponseWriter has no field or method Status)
unit-tests (stable): middleware.go#L58
c.Error undefined (type echo.Context has no field or method Error)
unit-tests (stable): middleware.go#L56
cannot use c (variable of struct type echo.Context) as *echo.Context value in argument to next
unit-tests (stable): middleware.go#L21
cannot use func(c echo.Context) error {…} (value of type func(c echo.Context) error) as echo.HandlerFunc value in return statement