-
-
Notifications
You must be signed in to change notification settings - Fork 180
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
I'm seeing an incorrect failure of typecheck invoked by golangci-lint-action@v3.1.0 in GitHub Actions: https://github.com/jidicula/vci-check/runs/5345676647?check_suite_focus=true#step:3:24
Specifically, it's throwing the error: Error: ReadAll not declared by package io (typecheck)
This is clearly incorrect, as io.ReadAll() indeed exists: https://pkg.go.dev/io#ReadAll . Perhaps it's parsing it incorrectly as a type exported by io rather than an exported function?
Running golangci-lint 1.44.2 locally on my machine does not throw this error.
vitalyisaev2
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested