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 831de93 commit 7b7cdecCopy full SHA for 7b7cdec
.github/workflows/golangci-lint.yml
@@ -8,8 +8,8 @@ jobs:
8
steps:
9
- uses: actions/checkout@v2
10
- name: golangci-lint
11
- uses: golangci/golangci-lint-action@v1
+ uses: golangci/golangci-lint-action@v2
12
with:
13
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
14
- version: v1.27
15
- args: "--timeout=1m"
+ version: v1.32.2
+ args: --timeout 5m
0 commit comments