Skip to content

Commit 1e7caeb

Browse files
authored
fix: modify golangci-lint (#2441)
* fix: modify golangci-lint * fix: modify golangci-lint * fix: modify golangci-lint
1 parent 5fbad31 commit 1e7caeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# This workflow contains a single job called "build"
1919
golangci-lint:
2020
# The type of runner that the job will run on
21-
runs-on: ubuntu-latest
21+
runs-on: macos-latest
2222

2323
# Steps represent a sequence of tasks that will be executed as part of the job
2424
steps:

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ linters-settings:
2929

3030
run:
3131
modules-download-mode: vendor
32-
timeout: 15m
32+
timeout: 60m
3333
# The default concurrency value is the number of available CPU.
3434
concurrency: 12
3535
# Allow multiple parallel golangci-lint instances running.

0 commit comments

Comments
 (0)