- Update your local Golang to go1.16. gimme is a great option if you work on multiple projects and have to manage multiple local installations of Golang
- Rebase your open kubernetes/kubernetes PRs
- If your PR is making changes to dependencies (go.mod/go.sum), try running the following commands:
- hack/update-internal-modules.sh
- hack/lint-dependencies.sh
- hack/update-vendor.sh
- In a separate commit, commit those changes (example: "generated: Run hack/update-vendor.sh")
Anecdotally, I believe this is the first larger PR that landed after the bazel removal.
I was immediately unblocked by that removal, so I'd be remiss if I didn't shoutout Ben, Aaron, and the SIG Testing crew for driving that effort forward!
Thank you as well to the usual crew (RelEng, @liggitt, @dims) for helping with getting this across the finish line ahead of Code Freeze!
-- Stephen