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.
2 parents a2231d0 + 9ac627f commit 5066304Copy full SHA for 5066304
.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@v4
+ uses: golangci/golangci-lint-action@v5
16
with: # BUG: typecheck error when enable all
17
args: --disable-all -E goimports,misspell,whitespace
18
version: latest
0 commit comments