Skip to content

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

@TristanSpeakEasy

Description

@TristanSpeakEasy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions