From f7255cdd3f19f836f3e4e14e00b16d686e9d29e7 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 8 Jul 2025 20:08:26 +0200 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20go=201.24.4=20=E2=86=92?= =?UTF-8?q?=201.24.5=20(#37297)?= 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.4` -> `1.24.5` | --- ### 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 b55484442b9..d8dcf96b657 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.4 +toolchain go1.24.5 require github.com/fsnotify/fsnotify v1.9.0