From 329e59042474159dbf640221b4761be2c207ce66 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 10 Apr 2025 02:18:50 +0200 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20go=201.23.8=20=E2=86=92?= =?UTF-8?q?=201.24.2=20(#34189)?= 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 | minor | `1.23.8` -> `1.24.2` | --- > [!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 8263e36b9ab..0b0aa4f5797 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.23.8 +toolchain go1.24.2 require github.com/fsnotify/fsnotify v1.9.0