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
Each major Go release is supported until there are two newer major releases. https://golang.org/doc/devel/release.html#policy
12
+
[Echo CORE](https://github.com/labstack/echo) tests with last FOUR major releases (unless there are pressing vulnerabilities)
13
+
As this library depends on MANY DIFFERENT libraries which of SOME support only last 2 Go releases we could have situations when
14
+
we derive from last four major releases promise.
15
+
16
+
p.s. you really should use latest versions of Go as there are many vulnerebilites fixed only in supported versions. Please see https://pkg.go.dev/vuln/
0 commit comments