Skip to content

fix: resolve make licenses failure#187

Merged
wcollins merged 2 commits intoitential:mainfrom
wcollins:fix/make-licenses-target
Feb 25, 2026
Merged

fix: resolve make licenses failure#187
wcollins merged 2 commits intoitential:mainfrom
wcollins:fix/make-licenses-target

Conversation

@wcollins
Copy link
Contributor

Description

Fix make licenses failing with "no Go files" error by correcting the package pattern and aligning the go-licenses version between CI and the Makefile.

Closes #186

Type of Change

  • Bug fix

Changes Made

  • Update go-licenses report . to go-licenses report ./... in Makefile to scan all packages
  • Align CI workflow to install go-licenses/v2 matching the Makefile dependencies target

Testing

Run make licenses locally to verify it completes without error.

Checklist

  • Self-review of code has been performed
  • Commits follow conventional format (type: subject)
  • No secrets or credentials committed
  • PR has been labeled appropriately (enhancement, bug, documentation, refactor, chore)

@wcollins wcollins added the bug Something isn't working label Feb 25, 2026
@wcollins wcollins requested a review from privateip February 25, 2026 00:44
@wcollins wcollins self-assigned this Feb 25, 2026
@wcollins wcollins merged commit cc1dc62 into itential:main Feb 25, 2026
1 check passed
@wcollins wcollins deleted the fix/make-licenses-target branch February 25, 2026 01:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: make licenses fails with 'no Go files' error

2 participants