Skip to content

Go: Update dependencies. #13257

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 23, 2025
Merged

Go: Update dependencies. #13257

merged 1 commit into from
Apr 23, 2025

Conversation

Gacko
Copy link
Member

@Gacko Gacko commented Apr 23, 2025

/triage accepted
/kind cleanup
/priority backlog
/cc @strongjz

clear ; for module in $(dirname **/go.mod | sort --unique)
do
  echo "# ${module}"
  pushd "${module}" &> /dev/null
  for i in {1..3}
  do
    rm -f go.sum
    go get -t -u ./...
    go mod tidy
  done
  popd &> /dev/null
done

@k8s-ci-robot k8s-ci-robot requested a review from strongjz April 23, 2025 09:00
@k8s-ci-robot k8s-ci-robot added triage/accepted Indicates an issue or PR is ready to be actively worked on. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. priority/backlog Higher priority than priority/awaiting-more-evidence. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Apr 23, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Gacko

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 approved Indicates a PR has been approved by an approver from all required OWNERS files. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Apr 23, 2025
Copy link

netlify bot commented Apr 23, 2025

Deploy Preview for kubernetes-ingress-nginx canceled.

Name Link
🔨 Latest commit d47d2b0
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-ingress-nginx/deploys/6808ac32e4032f00095f8660

@Gacko Gacko added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 23, 2025
@k8s-ci-robot k8s-ci-robot merged commit e06a171 into kubernetes:main Apr 23, 2025
34 of 35 checks passed
@Gacko Gacko deleted the njhon branch April 23, 2025 13:45
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. priority/backlog Higher priority than priority/awaiting-more-evidence. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants