Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Echo Version 4.9.0 no longer compatible with go 1.14+ #2290

Closed
3 tasks done
TristanSpeakEasy opened this issue Oct 3, 2022 · 1 comment
Closed
3 tasks done

Echo Version 4.9.0 no longer compatible with go 1.14+ #2290

TristanSpeakEasy opened this issue Oct 3, 2022 · 1 comment

Comments

@TristanSpeakEasy
Copy link

Issue Description

Echo Version 4.9.0 no longer compatible with go 1.14+

Checklist

  • Dependencies installed
  • No typos
  • Searched existing issues and docs

Expected behaviour

echo works with go version 1.14+ as detailed in the Readme https://github.com/labstack/echo/blob/master/README.md#supported-go-versions

Actual behaviour

Version 4.9.0 of Echo now introduces as dependency on the io/fs packages that causes applications build on go versions below 1.16 to fail compilation

Steps to reproduce

Include echo version 4.9.0 in a go lang application built on 1.14 or 1.15 of go

Working code to debug

package main

func main() {
}

Version/commit

4.9.0

@aldas
Copy link
Contributor

aldas commented Oct 5, 2022

Readme is updated by #2291

@aldas aldas closed this as completed Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants