From 629765985b2a82ed143f8923038c9fb85b8e2fee Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 8 Jul 2025 21:38:48 +0200 Subject: [PATCH] chore(deps): update dependency go to v1.24.5 (#41) 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://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**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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://github.com/renovatebot/renovate). Reviewed-on: https://gitea.t000-n.de/t.behrendt/realDynDNS/pulls/41 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index de034dd..832f6a8 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module realdnydns go 1.23.0 -toolchain go1.24.4 +toolchain go1.24.5 require ( github.com/go-co-op/gocron v1.37.0