File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 2525 uses : actions/setup-go@v4
2626 with :
2727 go-version : ' 1.x'
28+
29+ - name : Install dependencies
30+ run : |
31+ go install github.com/golang/mock/mockgen@v1.6.0
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
2836
2937 - name : Run make presubmit
3038 run : |
4553 run : |
4654 git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
4755 git config --local user.name "github-actions[bot]"
48- git add go.mod go.sum
56+ git add -A
4957 git commit -m "Run make presubmit for Dependabot PR"
5058 git push
You can’t perform that action at this time.
0 commit comments