-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededlinter-CLIAffect linter CLI program (yaml conf, terminal output)Affect linter CLI program (yaml conf, terminal output)
Description
Hi, when run linter on docker image https://hub.docker.com/r/fe3dback/go-arch-lint/, I get the error "failed to load std packages". When I check on that, it came from this line:
https://github.com/fe3dback/go-arch-lint/blob/master/internal/services/project/scanner/scanner.go#L42
When print out err, it seem like it show "can not found iters in goroot/src". it is because golang version in the image is 1.20 and the iter package officially became part of the language in the 1.23 release.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededlinter-CLIAffect linter CLI program (yaml conf, terminal output)Affect linter CLI program (yaml conf, terminal output)