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

Internal error when running linter built with Go 1.24 #28

Closed
alexandear opened this issue Feb 13, 2025 · 1 comment
Closed

Internal error when running linter built with Go 1.24 #28

alexandear opened this issue Feb 13, 2025 · 1 comment

Comments

@alexandear
Copy link
Contributor

Steps to reproduce

  1. Build the binary with Go 1.24:
$ go version
go version go1.24.0 darwin/arm64

$ go build -o asciicheck cmd/asciicheck/main.go
  1. Run the linter against the asciicheck codebase:
$ pwd
/Users/Oleksandr_Redko/src/github.com/tdakkota/asciicheck

$ ./asciicheck ./...

Expected:

No output.

Actual:

An error appeared asciicheck: internal error: package "unicode" without types was imported from "github.com/tdakkota/asciicheck"

@alexandear
Copy link
Contributor Author

Fixed by #27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant