Skip to content

Commit ebea747

Browse files
committed
chore: switch CI to golangci-lint 1.57.2
Signed-off-by: Maxime Soulé <[email protected]>
1 parent e224b26 commit ebea747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: matrix.full-tests
3333
run: |
3434
curl -sL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh |
35-
sh -s -- -b $HOME/go/bin v1.55.2
35+
sh -s -- -b $HOME/go/bin v1.57.2
3636
$HOME/go/bin/golangci-lint run --max-issues-per-linter 0 \
3737
--max-same-issues 0 \
3838
--exclude="unused-parameter: parameter '[^']+' seems to be unused, consider removing or renaming it as _" \

0 commit comments

Comments
 (0)