Skip to content

Commit

Permalink
Add make target for updating the main deps to master
Browse files Browse the repository at this point in the history
  • Loading branch information
mortent committed Aug 19, 2020
1 parent 8a9a358 commit dcd1b12
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ buildall:
GOOS=linux go build -o /dev/null
GOOS=darwin go build -o /dev/null

update-deps-to-head:
go get sigs.k8s.io/cli-utils@master
go get sigs.k8s.io/kustomize/cmd/config@master
go get sigs.k8s.io/kustomize/kyaml@master

fix:
go fix ./...

Expand Down

0 comments on commit dcd1b12

Please sign in to comment.