Skip to content

Version missing from golangci-lint in Docker image since v1.56.0 #4368

Closed
@ashmckenzie

Description

@ashmckenzie

Welcome

Description of the problem

Since v1.56.0, the version component when running golangci-lint in the official Docker images is missing.

I believe #4279 is connected with the missing version.

Version of golangci-lint

N/A

Configuration

N/A

Go environment

N/A

Verbose output of running

N/A

A minimal reproducible example or link to a public repository

$ docker run --rm -ti golangci/golangci-lint:v1.55.2-alpine golangci-lint version
golangci-lint has version v1.55.2 built with go1.21.3 from e3c2265f on 2023-11-03T13:27:48Z

vs.

$ docker run --rm -ti golangci/golangci-lint:v1.56.0-alpine golangci-lint version
golangci-lint has version  built with go1.22.0 from 1a00b409 on 2024-02-07T14:52:31Z

Validation

  • Yes, I've included all information above (version, config, etc.).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdockerPR that update Docker code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions