Skip to content

Commit aec45dd

Browse files
committed
Add missing goimports build dependency
1 parent aea2ecc commit aec45dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ download:
3030

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

3536
vet:

0 commit comments

Comments
 (0)