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 a86977a commit 3ab8a32Copy full SHA for 3ab8a32
1 file changed
.github/workflows/ci.yml
@@ -23,6 +23,7 @@ jobs:
23
run: go vet ./...
24
25
- name: golangci-lint
26
+ continue-on-error: true
27
uses: golangci/golangci-lint-action@v7
28
with:
29
version: v2.2.0
0 commit comments