From 12b2c0ec03acd7528e54917048591964f53b4ad3 Mon Sep 17 00:00:00 2001 From: Soren Hansen Date: Sat, 2 Aug 2025 12:02:28 -0700 Subject: [PATCH] Bump Go to 1.23 gotty itself is fine with 1.20+, but some dependencies are not. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b124aca..40aa386 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sorenisanerd/gotty -go 1.20 +go 1.23 require ( github.com/NYTimes/gziphandler v1.1.1