chore(deps): update golang docker tag to v1.25 #48

Merged
t.behrendt merged 2 commits from renovate/go-version into main 2025-12-12 21:42:48 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.24-alpine as build FROM golang:1.25-alpine as build
ARG GOARCH=amd64 ARG GOARCH=amd64

2
go.mod
View File

@@ -1,6 +1,6 @@
module realdnydns module realdnydns
go 1.24.0 go 1.25.0
require ( require (
github.com/go-co-op/gocron v1.37.0 github.com/go-co-op/gocron v1.37.0