You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I tried to upgrade to v4 but after running the go get command I receive this error message:
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
I'm using go 1.11 but seems that gommon go.mod file requeres Go 1.13
Hi, I tried to upgrade to v4 but after running the go get command I receive this error message:
I'm using go 1.11 but seems that gommon go.mod file requeres Go 1.13
See: https://github.com/labstack/gommon/blob/v0.2.9/go.mod
The text was updated successfully, but these errors were encountered: