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 76a97f5 commit f7a5397Copy full SHA for f7a5397
.github/workflows/golangci-lint.yml
@@ -12,7 +12,7 @@ jobs:
12
uses: golangci/golangci-lint-action@v2
13
with:
14
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
15
- version: v1.27
+ version: v1.31.0
16
working-directory: sorts
17
args: --issues-exit-code=0 # Hopefully someday we can remove this...
18
# Only show new issues if this is a pull request...
0 commit comments