-
Notifications
You must be signed in to change notification settings - Fork 26
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
Internal error #66
Comments
I get a similar error. The reported package is different but the failure is still an "internal error" Also Go version 1.24.0 |
Fixes #66. [git-generate] go get go@1.23.0 toolchain@none golang.org/x/tools@v0.30.0 golang.org/x/text@v0.22.0 go mod tidy sed -i '' 's/21/24/' .github/workflows/test.yml sed -i '' 's/20/23/' .github/workflows/test.yml
@JetSetIlly Does |
Great call. That works. Thanks. |
internal error: package "errors" without types was imported from ...
cmd: unconvert -v ./...
Go version 1.24 (MacOS)
The text was updated successfully, but these errors were encountered: