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

module requires Go 1.13 #36

Closed
xponrails opened this issue Aug 8, 2019 · 2 comments
Closed

module requires Go 1.13 #36

xponrails opened this issue Aug 8, 2019 · 2 comments
Assignees
Labels

Comments

@xponrails
Copy link

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?

@sunlianqiang
Copy link

change version from 0.2.9 to 0.2.8 can fix the bug

@vishr
Copy link
Member

vishr commented Aug 20, 2019

This has been fixed in latest of echo & gommon.

@vishr vishr closed this as completed Aug 20, 2019
@vishr vishr self-assigned this Aug 20, 2019
@vishr vishr added the bug label Aug 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants