From 380b5e2137263f1b3d67f908e64fe9ec181ab17f Mon Sep 17 00:00:00 2001 From: toimtoimtoim Date: Mon, 3 Oct 2022 13:22:21 +0300 Subject: [PATCH] Update readme about supported Go versions --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 17e6ed934..509b97351 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,11 @@ ## Supported Go versions +Latest version of Echo supports last four Go major [releases](https://go.dev/doc/devel/release) and might work with older versions. + As of version 4.0.0, Echo is available as a [Go module](https://github.com/golang/go/wiki/Modules). Therefore a Go version capable of understanding /vN suffixed imports is required: -- 1.9.7+ -- 1.10.3+ -- 1.14+ Any of these versions will allow you to import Echo as `github.com/labstack/echo/v4` which is the recommended way of using Echo going forward.