We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ca662 commit 8869e28Copy full SHA for 8869e28
.github/workflows/check.yaml
@@ -51,8 +51,5 @@ jobs:
51
- name: golangci-lint
52
uses: golangci/golangci-lint-action@v2
53
with:
54
- # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3
55
- # or `latest` to use the latest version
56
- version: v1.29
57
# Show only new issues if it's a pull request.
58
only-new-issues: true
0 commit comments