From b910f65be0419cf986ca571523bbbd61e948094e Mon Sep 17 00:00:00 2001 From: ECG Bot Date: Thu, 5 Dec 2024 12:03:17 +0000 Subject: [PATCH] build(deps): update go to v1.23.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This MR contains the following updates: | Package | Update | Change | |---|---|---| | [go](https://github.com/golang/go) | patch | `1.23.3` -> `1.23.4` | 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
golang/go (go) ### [`v1.23.4`](https://github.com/golang/go/compare/go1.23.3...go1.23.4) [Compare Source](https://github.com/golang/go/compare/go1.23.3...go1.23.4)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). --- chezmoi/dot_config/mise/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chezmoi/dot_config/mise/config.toml b/chezmoi/dot_config/mise/config.toml index ec1f2fc..d844de3 100644 --- a/chezmoi/dot_config/mise/config.toml +++ b/chezmoi/dot_config/mise/config.toml @@ -1,7 +1,7 @@ [tools] aws-nuke = "latest" glab = "1.50.0" -go = "1.23.3" +go = "1.23.4" kubectl = "1.31.3" node = "22.12.0" python = "3.13.0"