You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.).
The text was updated successfully, but these errors were encountered:
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
Configuration
Go environment
Verbose output of running
A minimal reproducible example or link to a public repository
vs.
Validation
The text was updated successfully, but these errors were encountered: