Skip to content

Commit 79221d9

Browse files
authored
Update readme about supported Go versions (#2291)
1 parent 666938e commit 79221d9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@
1111

1212
## Supported Go versions
1313

14+
Latest version of Echo supports last four Go major [releases](https://go.dev/doc/devel/release) and might work with older versions.
15+
1416
As of version 4.0.0, Echo is available as a [Go module](https://github.com/golang/go/wiki/Modules).
1517
Therefore a Go version capable of understanding /vN suffixed imports is required:
1618

17-
- 1.9.7+
18-
- 1.10.3+
19-
- 1.14+
2019

2120
Any of these versions will allow you to import Echo as `github.com/labstack/echo/v4` which is the recommended
2221
way of using Echo going forward.

0 commit comments

Comments
 (0)