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 d025e08 + 23acf04 commit 19772d5Copy full SHA for 19772d5
1 file changed
.github/workflows/linters.yml
@@ -11,7 +11,7 @@ jobs:
11
uses: actions/checkout@v3
12
13
- name: Run linter
14
- uses: golangci/golangci-lint-action@v3.1.0 # Action page: <https://github.com/golangci/golangci-lint-action>
+ uses: golangci/golangci-lint-action@v3.2.0 # Action page: <https://github.com/golangci/golangci-lint-action>
15
with:
16
version: v1.46 # without patch version
17
only-new-issues: false # show only new issues if it's a pull request
0 commit comments