-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
"package io/fs is not in GOROOT" on Go 1.15 #1870
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
@soranoba if you update Go version to 1.15.12 - does it make any difference? |
Ah... Thanks. |
Just for readers in future - that go mod problem was fixed in pre 1.16 versions soon after 1.16 was released. I think in 1.15.10 or 1.15.11 version. |
Bumped into the same issue with
as @aldas mentioned, you need to update the version of |
Facing the same issue in go->go1.19.3 On running "gcloud app deploy" |
Issue Description
If we update to echo v4.3.0,
go mod tidy
will fail except for Go 1.16.golang-migrate/migrate#480 was detailed.
(go-migrate seems to have chosen to revert)
Checklist
Expected behaviour
Actual behaviour
Steps to reproduce
Working code to debug
Version/commit
v4.3.0
The text was updated successfully, but these errors were encountered: