Skip to content

Incorrect typecheck failure #408

@jidicula

Description

@jidicula

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions