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.
1 parent 5066304 commit 6380f6fCopy full SHA for 6380f6f
.github/workflows/lint.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
- name: Run golangci-lint
15
- uses: golangci/golangci-lint-action@v5
+ uses: golangci/golangci-lint-action@v6
16
with: # BUG: typecheck error when enable all
17
args: --disable-all -E goimports,misspell,whitespace
18
version: latest
0 commit comments