We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e19f58a commit 18fec70Copy full SHA for 18fec70
CONTRIBUTING.md
@@ -44,7 +44,7 @@ It will help tremendously in avoiding comments and speeding up the PR process.
44
To run golangci-lint locally:
45
46
```
47
-docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.52.2 golangci-lint run -v
+docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.63.3 golangci-lint run -v --timeout 5m
48
49
50
### Integrations
0 commit comments