Skip to content

Commit 52e7107

Browse files
committed
test: use golangci-lint v2.12.2
Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>
1 parent 0147409 commit 52e7107

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
- name: Linting
3232
if: matrix.full-tests
3333
run: |
34-
curl -sL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh |
35-
sh -s -- -b $HOME/go/bin v2.9.0
34+
curl -sL https://golangci-lint.run/install.sh |
35+
sh -s -- -b $HOME/go/bin v2.12.2
3636
$HOME/go/bin/golangci-lint run
3737
3838
- name: Testing

0 commit comments

Comments
 (0)