From 91595ec643f1fb6c4fe82c32fa11ad4a71053d0e Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 8 Aug 2025 02:31:04 +0200 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20go=201.24.5=20=E2=86=92?= =?UTF-8?q?=201.24.6=20(#38139)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | toolchain | patch | `1.24.5` -> `1.24.6` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- containers/apps/kube-sa-proxy/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/apps/kube-sa-proxy/go.mod b/containers/apps/kube-sa-proxy/go.mod index d8dcf96b657..a40b6362fb1 100644 --- a/containers/apps/kube-sa-proxy/go.mod +++ b/containers/apps/kube-sa-proxy/go.mod @@ -2,7 +2,7 @@ module my-proxy-service go 1.23.0 -toolchain go1.24.5 +toolchain go1.24.6 require github.com/fsnotify/fsnotify v1.9.0