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.
2 parents 795aae0 + 3d29651 commit d020c66Copy full SHA for d020c66
.github/workflows/pull_request.yaml
@@ -37,9 +37,9 @@ jobs:
37
make install
38
39
- name: Run golangci-lint
40
- uses: golangci/golangci-lint-action@v2.3.0
+ uses: golangci/golangci-lint-action@v3
41
with:
42
- version: v1.45.2
+ version: v1.51.1
43
only-new-issues: false
44
args: --timeout 10m
45
.github/workflows/push.yaml
@@ -40,9 +40,9 @@ jobs:
46
47
48
0 commit comments