From 7acb981965e3e9b593e84ca650d53a3716a6ddf0 Mon Sep 17 00:00:00 2001 From: John Roesler Date: Wed, 8 Oct 2025 16:06:26 -0500 Subject: [PATCH] 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 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7251ea9..0bd95cb 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.0 require ( github.com/google/uuid v1.6.0