Skip to content

Conversation

chrischdi
Copy link
Member

@chrischdi chrischdi commented Aug 21, 2025

What type of PR is this?

/kind cleanup

What this PR does / why we need it:

hack/tools/go.mod contains go 1.23.8, due to the transitive dependency to OPA (via kpromo).

Turns out: kpromo is not even built using the go.mod. So removed it from go.mod and bumped the version in versions.mk instead.

Also reverted the go directive back to 1.23.0.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

Special notes for your reviewer:

Checklist:

  • squashed commits
  • includes documentation
  • includes emoji in title
  • adds unit tests
  • adds or updates e2e tests

Release note:

NONE

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. 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 Aug 21, 2025
@k8s-ci-robot k8s-ci-robot requested review from AndiDog and damdo August 21, 2025 17:42
@k8s-ci-robot k8s-ci-robot added needs-priority size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Aug 21, 2025
@chrischdi
Copy link
Member Author

/assign @nrb

@chrischdi chrischdi changed the title remove kpromo from hack/tools/go.mod and directly install it instead 🌱 remove kpromo from hack/tools/go.mod and directly install it instead Aug 21, 2025
@damdo
Copy link
Member

damdo commented Aug 21, 2025

/lgtm

thanks

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 21, 2025
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: a31a29d0a63be427ccd6a55d51a40b33e8d1c22d

@chrischdi chrischdi changed the title 🌱 remove kpromo from hack/tools/go.mod and directly install it instead 🌱 remove kpromo from hack/tools/go.mod and directly install it instead Aug 25, 2025
@nrb
Copy link
Contributor

nrb commented Aug 25, 2025

/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: nrb

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

The pull request process is described here

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

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 25, 2025
@k8s-ci-robot k8s-ci-robot merged commit 8ab8731 into kubernetes-sigs:main Aug 25, 2025
32 of 34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm "Looks good to me", indicates that a PR is ready to be merged. needs-priority release-note-none Denotes a PR that doesn't merit a release note. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants