chore: upgrade from go 1.20 to 1.23 #21

Merged
t.behrendt merged 1 commits from chore-upgrade-go-version into main 2024-12-27 17:09:35 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 58bf5e081e - Show all commits

View File

@@ -1,4 +1,4 @@
FROM golang:1.20-alpine
FROM golang:1.23-alpine
WORKDIR /app

2
go.mod
View File

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