Skip to content

Commit 18fec70

Browse files
Update CONTRIBUTING.md (#3255)
1 parent e19f58a commit 18fec70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ It will help tremendously in avoiding comments and speeding up the PR process.
4444
To run golangci-lint locally:
4545

4646
```
47-
docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.52.2 golangci-lint run -v
47+
docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.63.3 golangci-lint run -v --timeout 5m
4848
```
4949

5050
### Integrations

0 commit comments

Comments
 (0)