-
Notifications
You must be signed in to change notification settings - Fork 41
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
Error installing: does not contain packages matching github.com/bombsimon/wsl/v4/cmd/... #127
Comments
Oh, I didn't know this. I wonder if this is since go list -m -versions github.com/bombsimon/wsl
github.com/bombsimon/wsl v1.0.0 v1.0.1 v1.1.0 v1.2.0 v1.2.1 v1.2.2 v1.2.3 v1.2.4 v1.2.5 v1.2.6 v1.2.7 v1.2.8-issue-60 v1.2.8
go list -m -versions github.com/bombsimon/wsl/v3
github.com/bombsimon/wsl/v3 v3.0.0 v3.1.0 v3.2.0 v3.3.0 v3.4.0
go list -m -versions github.com/bombsimon/wsl/v4
github.com/bombsimon/wsl/v4 It also seems like that's a typo, it should be |
Actually for now I want to clean up the interface and how to create the analyzer before making a non pre-release. I think the go install github.com/bombsimon/wsl/v4/cmd...@master |
That worked, thanks! |
Awesome! Also realized this has nothing to do with GH releases (of course 🤦), it's because the commit for the tag v4.0.0 has I'll keep this issue open so I remember to create a new proper release and update the docs asap. |
Since I didn't update anything yet and got a new issue for this I just updated the readme with the above command instead. Closing this but aim to finalize the API and bump |
I'm not able to install this package. Here's the steps to repo:
The text was updated successfully, but these errors were encountered: