We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fbad31 commit 1e7caebCopy full SHA for 1e7caeb
.github/workflows/golangci-lint.yml
@@ -18,7 +18,7 @@ jobs:
18
# This workflow contains a single job called "build"
19
golangci-lint:
20
# The type of runner that the job will run on
21
- runs-on: ubuntu-latest
+ runs-on: macos-latest
22
23
# Steps represent a sequence of tasks that will be executed as part of the job
24
steps:
.golangci.yml
@@ -29,7 +29,7 @@ linters-settings:
29
30
run:
31
modules-download-mode: vendor
32
- timeout: 15m
+ timeout: 60m
33
# The default concurrency value is the number of available CPU.
34
concurrency: 12
35
# Allow multiple parallel golangci-lint instances running.
0 commit comments