From 21806f4b82abe4b25947949926fa3042ae039aa9 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 14 Sep 2024 03:57:11 -0400 Subject: [PATCH] chore: update go.mod version to 1.23 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 84588a0..905968f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module procfile-util -go 1.22 +go 1.23.0 require ( github.com/andrew-d/go-termutil v0.0.0-20150726205930-009166a695a2