chore: fixup go.mod (#49)
All checks were successful
CD / Check changes (push) Successful in 13s
CD / test (push) Successful in 2m22s
CD / Build and push (amd64) (push) Successful in 2m7s
CD / Build and push (arm64) (push) Successful in 7m4s
CD / Create manifest (push) Successful in 8s

- Drop toolchain
- Sync go version with docker image

Reviewed-on: #49
Co-authored-by: t.behrendt <t.behrendt@t00n.de>
Co-committed-by: t.behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #49.
This commit is contained in:
2025-08-25 12:50:33 +02:00
committed by t.behrendt
parent 73615c65ee
commit bff59f36a8
2 changed files with 2 additions and 8 deletions

5
go.mod
View File

@@ -1,12 +1,9 @@
module realdnydns
go 1.23.0
toolchain go1.24.6
go 1.24.0
require (
github.com/go-co-op/gocron v1.37.0
github.com/go-co-op/gocron/v2 v2.16.2
gopkg.in/yaml.v3 v3.0.1
)