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 a0b45e2 commit da8f0a3Copy full SHA for da8f0a3
.github/workflows/lint.yml
@@ -47,7 +47,7 @@ jobs:
47
working-directory: linters
48
49
- name: golangci-lint
50
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v6
51
with:
52
install-mode: goinstall
53
# plugin versions (errorsnew in our case) has to use same versions of packages and go as specified in the main project's go.mod
@@ -59,7 +59,7 @@ jobs:
59
working-directory: src
60
61
# Optional: golangci-lint command line arguments.
62
- args: --timeout 5m --out-format github-actions
+ args: --timeout 5m --out-format colored-line-number
63
64
# Optional: show only new issues if it's a pull request. The default value is `false`.
65
# only-new-issues: true
0 commit comments