From dc76c5fb262ae54ff4b475a85d6c9ae67d213b84 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 12 Dec 2025 21:42:46 +0100 Subject: [PATCH] chore(deps): update golang docker tag to v1.25 (#48) 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 | |---|---|---|---| | golang | stage | minor | `1.24-alpine` -> `1.25-alpine` | --- ### 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). Co-authored-by: Timo Behrendt Reviewed-on: https://gitea.t000-n.de/t.behrendt/realDynDNS/pulls/48 Reviewed-by: branch-buddy Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- Dockerfile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5a52906..3631e98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.24-alpine as build +FROM golang:1.25-alpine as build ARG GOARCH=amd64 diff --git a/go.mod b/go.mod index 13385f2..f1a3d35 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module realdnydns -go 1.24.0 +go 1.25.0 require ( github.com/go-co-op/gocron v1.37.0