Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
5 tasks done
ashmckenzie opened this issue Feb 9, 2024 · 1 comment · Fixed by #4370
Closed
5 tasks done

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

ashmckenzie opened this issue Feb 9, 2024 · 1 comment · Fixed by #4370
Labels
bug Something isn't working docker PR that update Docker code

Comments

@ashmckenzie
Copy link

ashmckenzie commented Feb 9, 2024

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.).
@ashmckenzie ashmckenzie added the bug Something isn't working label Feb 9, 2024
Copy link

boring-cyborg bot commented Feb 9, 2024

Hey, thank you for opening your first Issue ! 🙂 If you would like to contribute we have a guide for contributors.

@ldez ldez self-assigned this Feb 9, 2024
@ldez ldez added the docker PR that update Docker code label Feb 9, 2024
@ldez ldez closed this as completed in #4370 Feb 9, 2024
@ldez ldez removed their assignment Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working docker PR that update Docker code
Projects
None yet
2 participants