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 15951d6 commit 15fcadfCopy full SHA for 15fcadf
.github/workflows/dependabot-make-presubmit.yml
@@ -32,6 +32,7 @@ jobs:
32
go install sigs.k8s.io/kustomize/kustomize/v5@v5.6.0
33
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@v0.0.0-20220421205612-c162794a9b12
34
go install github.com/mattn/goveralls@b031368
35
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.4.0
36
37
- name: Run make presubmit
38
run: |
0 commit comments