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 1cce0ca commit 2e5113aCopy full SHA for 2e5113a
.github/workflows/linters.yml
@@ -25,5 +25,5 @@ jobs:
25
- name: Run linter
26
uses: golangci/golangci-lint-action@v2 # Action page: <https://github.com/golangci/golangci-lint-action>
27
with:
28
- version: v1.42 # without patch version
+ version: v1.43 # without patch version
29
only-new-issues: false # show only new issues if it's a pull request
0 commit comments