Hi, I've update echo to v4 and after a go get command I receive:
go build github.com/labstack/gommon/random: module requires Go 1.13
go build github.com/labstack/gommon/color: module requires Go 1.13
go build github.com/labstack/gommon/bytes: module requires Go 1.13
My go version is 1.11 that is supported by Echo v4.
Hi, I've update echo to v4 and after a go get command I receive:
go build github.com/labstack/gommon/random: module requires Go 1.13 go build github.com/labstack/gommon/color: module requires Go 1.13 go build github.com/labstack/gommon/bytes: module requires Go 1.13
My go version is 1.11 that is supported by Echo v4.
Why this package requires v 1.13?