Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add golangci lint GH action #2976

Merged
merged 10 commits into from
Oct 22, 2020
Prev Previous commit
Next Next commit
Fix only can set minor version for golangci-lint
Updates: #2976

Signed-off-by: glyphack <sh.hooshyari@gmail.com>
Glyphack committed Oct 6, 2020
commit 58531531fb19067c6099f956956b8a824127e720
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
@@ -10,5 +10,5 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.31.0
version: v1.31
only-new-issues: true