From 18eefb44f49f071e7f6cc3babf6ad3718e8c7f63 Mon Sep 17 00:00:00 2001 From: John Roesler Date: Wed, 8 Oct 2025 15:56:31 -0500 Subject: [PATCH] chore: go 1.23 is end of life - now go 1.24 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7251ea9..d3079fa 100644 --- a/go.mod +++ b/go.mod @@ -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