Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/premerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
go-version: stable

- name: Install go-licenses
run: go install github.com/google/go-licenses@latest
run: go install github.com/google/go-licenses/v2@latest

- name: Run make test
run: make test
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ install:
## licenses: Ensure license headers exist and generate NOTICE file
licenses:
@echo "Checking license headers and generating NOTICE file..."
@go-licenses report . \
@go-licenses report ./... \
--template ./scripts/license-attributions/template.tpl \
--ignore github.com/itential > NOTICE
@go run ./scripts/copyrighter/main.go
Expand Down