-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
go mod tidy
tries to download local package
#70227
Comments
but it happens only with github actions, on windows it doesn't |
you don't have a go package there https://github.com/lorypelli/server/tree/main/frontend Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only. For questions please refer to https://github.com/golang/go/wiki/Questions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Go version
1.23.2
Output of
go env
in your module/workspace:What did you do?
I have a go module that is called
github.com/lorypelli/server
but when I dogo mod tidy
it tries to fetchgh.neting.cc/lorypelli/server/frontend
even if thefrontend
package of the module is local since the entire module is localWhat did you see happen?
you can see in https://github.com/lorypelli/server latest actions are failing because of this...
What did you expect to see?
it shouldn't try to require local modules...
The text was updated successfully, but these errors were encountered: