From 9e6c05dc7ca1093d1162bb72a076d7e5fdc5d738 Mon Sep 17 00:00:00 2001 From: Rebecca Hum Date: Tue, 7 Jul 2026 09:06:50 -0600 Subject: [PATCH] Normalize Go directive to language version --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1641871..c39d308 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/Automattic/cron-control-runner -go 1.23.0 +go 1.23 require ( github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b