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.
golangci-lint
1 parent 4985713 commit a5e5afcCopy full SHA for a5e5afc
.github/workflows/lint.yml
@@ -43,13 +43,13 @@ jobs:
43
# commit of a pull request, and we want to avoid reporting invalid goheader errors.
44
uses: golangci/golangci-lint-action@v6
45
with:
46
- version: v1.60
+ version: v1.64.8
47
only-new-issues: true
48
args: --enable-only goheader
49
- name: golangci-lint
50
51
52
53
54
yamllint:
55
runs-on: ubuntu-latest
0 commit comments