-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Description
Thank you for creating the issue!
Please include the following information:
- Version of golangci-lint:
golangci-lint --version(or git commit if you don't use binary distribution) - Config file:
cat .golangci.yml - Go environment:
go version && go env - Verbose output of running:
golangci-lint run -v
$ docker run --rm golangci/golangci-lint run
docker: Error response from daemon: OCI runtime create failed: container_linux.go:345: starting container process caused "exec: \"run\": executable file not found in $PATH": unknown.
Fix will be provided by PR
kunzese