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 7d54c3a commit 2979505Copy full SHA for 2979505
.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
+ version: v1.29
15
args: --timeout 5m
0 commit comments