Closed
Description
Welcome
- Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported.
- Yes, I've searched similar issues on GitHub and didn't find any.
- Yes, I've read the typecheck section of the FAQ (https://golangci-lint.run/usage/faq/#why-do-you-have-typecheck-errors).
- Yes, I've tried with the standalone linter if available (e.g., gocritic, go vet, etc.). (https://golangci-lint.run/usage/linters/)
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.).