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

go install github.com/yanosea/jrp/app/presentation/cli/jrp@latest failed #78

Closed
yanosea opened this issue Jan 23, 2025 · 6 comments · Fixed by #79
Closed

go install github.com/yanosea/jrp/app/presentation/cli/jrp@latest failed #78

yanosea opened this issue Jan 23, 2025 · 6 comments · Fixed by #79
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed question Further information is requested

Comments

@yanosea
Copy link
Owner

yanosea commented Jan 23, 2025

go says that one previous version is the latest(not v2.0.0, v1.2.3)... ;(

❯ go install github.com/yanosea/jrp/app/presentation/cli/jrp@latest
go: github.com/yanosea/jrp/app/presentation/cli/jrp@latest: module github.com/yanosea/jrp@latest found (v1.2.3), but does not contain package github.com/yanosea/jrp/app/presentation/cli/jrp
@yanosea yanosea added bug Something isn't working help wanted Extra attention is needed labels Jan 23, 2025
@yanosea
Copy link
Owner Author

yanosea commented Jan 23, 2025

also pkg.go.dev shows that one previous version(v1.2.3) is the latest...🫠
https://pkg.go.dev/github.com/yanosea/jrp

@yanosea
Copy link
Owner Author

yanosea commented Jan 23, 2025

For example, the CLI for another of my Go projects with the same structure, the same install command succeeds.
I do not understand why there is such a difference...

@yanosea yanosea added the question Further information is requested label Jan 23, 2025
@yanosea
Copy link
Owner Author

yanosea commented Jan 23, 2025

@yanosea yanosea linked a pull request Jan 23, 2025 that will close this issue
@yanosea yanosea reopened this Jan 23, 2025
@yanosea
Copy link
Owner Author

yanosea commented Jan 23, 2025

did not solved in #79 ;_;

@yanosea
Copy link
Owner Author

yanosea commented Jan 23, 2025

worked below!!!!!

go install github.com/yanosea/jrp/v2/app/presentation/cli/jrp@latest

@yanosea yanosea self-assigned this Jan 23, 2025
@yanosea
Copy link
Owner Author

yanosea commented Jan 23, 2025

soloved in #80

@yanosea yanosea closed this as completed Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant