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 d1e0baa commit ff00252Copy full SHA for ff00252
2 files changed
.github/workflows/master.yml
@@ -232,7 +232,7 @@ jobs:
232
run: |
233
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin $GOLANGCI_LINT_VER
234
env:
235
- GOLANGCI_LINT_VER: v2.2.2
+ GOLANGCI_LINT_VER: v2.9.0
236
- name: Lint
237
shell: bash
238
.github/workflows/pr.yml
@@ -214,7 +214,7 @@ jobs:
214
215
216
217
218
219
220
0 commit comments