Skip to content

Commit

Permalink
build: Increase golangci-lint timeout for slower GHA runners
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jimmidyson committed Oct 11, 2023
1 parent a94f380 commit cc78ae3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Expand Up @@ -2,6 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

run:
timeout: 10m
skip-dirs:
- pkg/external

Expand Down

0 comments on commit cc78ae3

Please sign in to comment.