-
Notifications
You must be signed in to change notification settings - Fork 380
Update to Go 1.22 and latest Go dependencies #854
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
Conversation
Signed-off-by: Marvin Beckers <[email protected]>
Signed-off-by: Marvin Beckers <[email protected]>
Signed-off-by: Marvin Beckers <[email protected]>
Signed-off-by: Marvin Beckers <[email protected]>
Signed-off-by: Marvin Beckers <[email protected]>
Welcome @embik! |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahmetb, embik 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 |
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [kubernetes-sigs/krew](https://github.com/kubernetes-sigs/krew) | patch | `v0.4.4` -> `v0.4.5` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>kubernetes-sigs/krew (kubernetes-sigs/krew)</summary> ### [`v0.4.5`](https://github.com/kubernetes-sigs/krew/releases/tag/v0.4.5) [Compare Source](kubernetes-sigs/krew@v0.4.4...v0.4.5) ## Installation To install this release, refer to the instructions at https://github.com/kubernetes-sigs/krew/blob/v0.4.5/README.md. ## Release Assets Artifacts for this release can be downloaded from the following links. It is recommended to follow [installation instructions](https://github.com/kubernetes-sigs/krew/blob/v0.4.5/README.md) and not using these artifacts directly. - https://github.com/kubernetes-sigs/krew/releases/download/v0.4.5/krew-darwin_amd64.tar.gz - https://github.com/kubernetes-sigs/krew/releases/download/v0.4.5/krew-darwin_amd64.tar.gz.sha256 - https://github.com/kubernetes-sigs/krew/releases/download/v0.4.5/krew-darwin_arm64.tar.gz - https://github.com/kubernetes-sigs/krew/releases/download/v0.4.5/krew-darwin_arm64.tar.gz.sha256 - https://github.com/kubernetes-sigs/krew/releases/download/v0.4.5/krew-linux_amd64.tar.gz - https://github.com/kubernetes-sigs/krew/releases/download/v0.4.5/krew-linux_amd64.tar.gz.sha256 - https://github.com/kubernetes-sigs/krew/releases/download/v0.4.5/krew-linux_arm.tar.gz - https://github.com/kubernetes-sigs/krew/releases/download/v0.4.5/krew-linux_arm.tar.gz.sha256 - https://github.com/kubernetes-sigs/krew/releases/download/v0.4.5/krew-linux_arm64.tar.gz - https://github.com/kubernetes-sigs/krew/releases/download/v0.4.5/krew-linux_arm64.tar.gz.sha256 - https://github.com/kubernetes-sigs/krew/releases/download/v0.4.5/krew-linux_ppc64le.tar.gz - https://github.com/kubernetes-sigs/krew/releases/download/v0.4.5/krew-linux_ppc64le.tar.gz.sha256 - https://github.com/kubernetes-sigs/krew/releases/download/v0.4.5/krew-windows_amd64.tar.gz - https://github.com/kubernetes-sigs/krew/releases/download/v0.4.5/krew-windows_amd64.tar.gz.sha256 - https://github.com/kubernetes-sigs/krew/releases/download/v0.4.5/krew.exe - https://github.com/kubernetes-sigs/krew/releases/download/v0.4.5/krew.exe.sha256 - https://github.com/kubernetes-sigs/krew/releases/download/v0.4.5/krew.yaml Thanks to our contributors for helping out with v0.4.5: - Chris Kim - William Allen - Wenhao Ji - Marvin Beckers - Janki Chhatbar - Ahmet Alp Balkan (krew v0.4.5 was tagged on Tue Mar 18 16:41:42 UTC 2025.) <details> <summary>Merged pull requests</summary> Collecting pull request that were merged since the last release: v0.4.4 (2023-07-13 21:53:48 +0000 UTC) - docs: updated the link of the plugin stats dashboard [#​872](kubernetes-sigs/krew#872) - use an exact number for search integration test [#​864](kubernetes-sigs/krew#864) - Fixing search results [#​863](kubernetes-sigs/krew#863) - fix: chmod 0755 store/PLUGIN/VER dir [#​841](kubernetes-sigs/krew#841) - Update to Go 1.22 and latest Go dependencies [#​854](kubernetes-sigs/krew#854) - add aliases to a few commands [#​839](kubernetes-sigs/krew#839) - Add missing 'kubectl\` prefix to krew command [#​842](kubernetes-sigs/krew#842) - fix contributors list in release notes [#​830](kubernetes-sigs/krew#830) </details> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
This PR does a couple of things:
Basically, spring cleaning for the code base.