Skip to content

Commit

Permalink
ensure latest go-licenses version
Browse files Browse the repository at this point in the history
  • Loading branch information
roothorp committed Mar 12, 2024
1 parent 776ec03 commit 5be03a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ help: ## Show this help screen
all: manager ## Build all binaries

go-licenses:
@which go-licenses || go install github.com/google/go-licenses@latest
go install github.com/google/go-licenses@latest

licenses.csv: go-licenses go.mod ## Track licenses in a CSV file
@echo "Tracking licenses into file $@"
Expand Down

0 comments on commit 5be03a8

Please sign in to comment.