Skip to content

Commit cc78ae3

Browse files
committed
build: Increase golangci-lint timeout for slower GHA runners
Without this, the reviewdog/action-golangci-lint action can give false positives. See reviewdog/action-golangci-lint#27 for details. This occurred in a GHA run in https://github.com/d2iq-labs/capi-runtime-extensions/actions/runs/6451051901/job/17511173049?pr=192#step:5:88.
1 parent a94f380 commit cc78ae3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
run:
5+
timeout: 10m
56
skip-dirs:
67
- pkg/external
78

0 commit comments

Comments
 (0)