Skip to content

fix: align toolchain with root go.mod and verify licenses in CI - #1003

Open
tiffanny29631 wants to merge 1 commit into
kubernetes:masterfrom
tiffanny29631:makefile
Open

tiffanny29631 wants to merge 1 commit into
kubernetes:masterfrom
tiffanny29631:makefile

Conversation

@tiffanny29631

Copy link
Copy Markdown

/kind bug
/kind cleanup

This PR fixes a build failure during make container caused by a Go toolchain / GOROOT mismatch in go-licenses, and adds a lightweight CI check to ensure license verification is tested on every PR.

@kubernetes-prow kubernetes-prow Bot added kind/bug Categorizes issue or PR as related to a bug. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Sep 18, 2026
@kubernetes-prow

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: tiffanny29631
Once this PR has been reviewed and has the lgtm label, please assign stp-ip for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kubernetes-prow
kubernetes-prow Bot requested review from sdowell and stp-ip September 18, 2026 23:57
@kubernetes-prow kubernetes-prow Bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Sep 18, 2026
@tiffanny29631 tiffanny29631 changed the title tools: align toolchain with root go.mod and verify licenses in CI fix: align toolchain with root go.mod and verify licenses in CI Sep 19, 2026
- name: Check licenses
working-directory: git-sync
run: |
make licenses

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't verify licenses, this generates licenses

What is the intent of the change?

@thockin

thockin commented Sep 19, 2026

Copy link
Copy Markdown
Member

fixes a build failure during make container

Can you explain more? It doesn't fail for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants