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

This commit is contained in:
John Roesler 2025-10-08 15:56:31 -05:00
parent 70468cccd8
commit 18eefb44f4
No known key found for this signature in database
GPG Key ID: 3AA260B9FCA0A6E1
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.8
require (
github.com/google/uuid v1.6.0