Skip to content

Commit 15fcadf

Browse files
author
Ryan Lymburner
authored
Update dependabot to install golangci (#825)
1 parent 15951d6 commit 15fcadf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dependabot-make-presubmit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
go install sigs.k8s.io/kustomize/kustomize/v5@v5.6.0
3333
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@v0.0.0-20220421205612-c162794a9b12
3434
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
3536
3637
- name: Run make presubmit
3738
run: |

0 commit comments

Comments
 (0)