We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1fe4c30 + 91502e0 commit 60156f1Copy full SHA for 60156f1
.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