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 0147409 commit 52e7107Copy full SHA for 52e7107
1 file changed
.github/workflows/ci.yml
@@ -31,8 +31,8 @@ jobs:
31
- name: Linting
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 v2.9.0
+ curl -sL https://golangci-lint.run/install.sh |
+ sh -s -- -b $HOME/go/bin v2.12.2
36
$HOME/go/bin/golangci-lint run
37
38
- name: Testing
0 commit comments