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 d783673 commit 747e186Copy full SHA for 747e186
.github/workflows/master.yml
@@ -228,7 +228,7 @@ jobs:
228
run: |
229
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin $GOLANGCI_LINT_VER
230
env:
231
- GOLANGCI_LINT_VER: v1.61.0
+ GOLANGCI_LINT_VER: v2.2.2
232
- name: Lint
233
shell: bash
234
.github/workflows/pr.yml
@@ -210,7 +210,7 @@ jobs:
210
211
212
213
214
215
216
0 commit comments