Skip to content

Commit f7a5397

Browse files
authored
Update golangci-lint.yml
1 parent 76a97f5 commit f7a5397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: golangci/golangci-lint-action@v2
1313
with:
1414
# 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
15+
version: v1.31.0
1616
working-directory: sorts
1717
args: --issues-exit-code=0 # Hopefully someday we can remove this...
1818
# Only show new issues if this is a pull request...

0 commit comments

Comments
 (0)