We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://pkg.go.dev/github.com/JetBrains/qodana-cli
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15
I checked the page with my browser, and also, tried installing the package with go install ...
go install ...
Expected to see the latest version of the package. And be able to install it with go install ...
v1.1.1, while the latest version published is https://github.com/JetBrains/qodana-cli/releases/tag/v2023.2.6
The text was updated successfully, but these errors were encountered:
working as intended, repo doesn't follow go's major version suffix for semver
Sorry, something went wrong.
@seankhliao thanks for mentioning and a quick reply. Fixed the module definition.
For anyone else reading this issue in the future and figuring out how to fix that: https://go.dev/doc/modules/release-workflow#breaking
No branches or pull requests
What is the URL of the page with the issue?
https://pkg.go.dev/github.com/JetBrains/qodana-cli
What is your user agent?
What did you do?
I checked the page with my browser, and also, tried installing the package with
go install ...
What did you expect to see?
Expected to see the latest version of the package. And be able to install it with
go install ...
What did you see instead?
v1.1.1, while the latest version published is https://github.com/JetBrains/qodana-cli/releases/tag/v2023.2.6
The text was updated successfully, but these errors were encountered: