Skip to content

Commit

Permalink
Add missing goimports build dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Bjoerkelund <[email protected]>
  • Loading branch information
marcosbc committed May 19, 2022
1 parent d9c6146 commit 1804349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ download:

get-build-deps:
@echo "+ Downloading build dependencies"
@go install golang.org/x/tools/cmd/goimports@latest
@go install honnef.co/go/tools/cmd/staticcheck@latest

vet:
Expand Down

0 comments on commit 1804349

Please sign in to comment.