We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e224b26 commit ebea747Copy full SHA for ebea747
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
if: matrix.full-tests
33
run: |
34
curl -sL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh |
35
- sh -s -- -b $HOME/go/bin v1.55.2
+ sh -s -- -b $HOME/go/bin v1.57.2
36
$HOME/go/bin/golangci-lint run --max-issues-per-linter 0 \
37
--max-same-issues 0 \
38
--exclude="unused-parameter: parameter '[^']+' seems to be unused, consider removing or renaming it as _" \
0 commit comments