-
Notifications
You must be signed in to change notification settings - Fork 67
Limited compatibility with go < 1.15.10 #78
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
Comments
A correction: @knz hypothesizes that this is related to golang/go#46143 |
Given that CI is happy with go 1.13 to 1.16, I'm going to close this issue. |
Are you saying that it's not important that users of this library be able to successfully run |
CI runs successfully with go 1.15.13. I am not too concerned with compatibility with 1.15.9 and prior if 1.15.13 works. |
When one uses go < 1.15.10 to run
go mod tidy
,go mod vendor
, and possible othergo mod *
commands in errors or any project that transitively depends on errors, one encounters a failure of the form:The following snippet from the Go Modules Reference might explain this behavior:
The text was updated successfully, but these errors were encountered: