From 4763c43106a954c1280473a2ddb5ea64002f1f88 Mon Sep 17 00:00:00 2001 From: Andrew Stone Date: Fri, 21 Jun 2024 10:55:37 -0700 Subject: [PATCH] go: Require 1.23 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7d27252..cfe2188 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/thatguystone/cog -go 1.22 +go 1.23 require ( github.com/peter-evans/patience v0.3.0