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 e0c0059 commit dbd3aa3Copy full SHA for dbd3aa3
.github/workflows/linters.yml
@@ -30,5 +30,5 @@ jobs:
30
- name: Run linter
31
uses: golangci/golangci-lint-action@v6 # Action page: <https://github.com/golangci/golangci-lint-action>
32
with:
33
- version: v1.60 # without patch version
+ version: v1.64 # without patch version
34
only-new-issues: false # show only new issues if it's a pull request
0 commit comments