We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaaaeb3 commit 3e7ed9cCopy full SHA for 3e7ed9c
.github/workflows/golangci-lint.yml
@@ -16,6 +16,6 @@ jobs:
16
steps:
17
- uses: actions/checkout@v2
18
- name: golangci-lint
19
- uses: golangci/golangci-lint-action@v2
+ uses: golangci/golangci-lint-action@v3
20
with:
21
args: --timeout=3m
0 commit comments