-
-
Notifications
You must be signed in to change notification settings - Fork 179
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
I'm seeing an incorrect failure of typecheck invoked by [email protected] 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