From 226930d38303f140c5578963478d9fad7c88805b Mon Sep 17 00:00:00 2001 From: Trey t Date: Mon, 15 Dec 2025 20:12:54 -0600 Subject: [PATCH] Fix Go version to 1.23.0 (1.24 doesn't exist yet) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 97cfd72..d61ac35 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/treytartt/casera-api -go 1.24.0 +go 1.23.0 require ( github.com/gin-contrib/cors v1.7.3