chore: go 1.23 is end of life - now go 1.24 (#879)

* chore: go 1.23 is end of life - now go 1.24

* Update go.mod
This commit is contained in:
John Roesler 2025-10-08 16:06:26 -05:00 committed by GitHub
parent 70468cccd8
commit 7acb981965
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/go-co-op/gocron/v2
go 1.23.0
go 1.24.0
require (
github.com/google/uuid v1.6.0