We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a28f187 commit b5788efCopy full SHA for b5788ef
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Run GolangCI-Lint
45
run: |
46
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.64.6
47
- ./golangci-lint run || true
+ golangci-lint run || true
48
49
- name: Run Staticcheck
50
0 commit comments