-
Notifications
You must be signed in to change notification settings - Fork 18k
x/exp/cmd/gorelease: panics with generic code #52486
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
Thanks for the report. This is of course the x/exp repo (see the README there about expectations for support, etc). @jadekler |
Thanks for the report, will investigate. |
This appears to be an |
This issue should be resolved:
@vearutop let us know if you have any other issues. |
Thank you, fixed version seems to work properly in my scenarios. 👍 |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Ran
go run golang.org/x/exp/cmd/gorelease@latest
in the module containing generic code.What did you expect to see?
Successful report with API changes.
What did you see instead?
Panic message.
The text was updated successfully, but these errors were encountered: