From c0264d2fd3550d25e52d7165976fdf0193263589 Mon Sep 17 00:00:00 2001 From: Felipe Pinheiro Date: Tue, 31 Mar 2026 11:35:17 -0300 Subject: [PATCH] Update README.md Go version to 1.24+ This is to align with current compatibility requirements after recent jackc/pgx/v5 update. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2211bb..85948dd 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ https://medium.com/@go.jet/jet-5f3667efa0cc To install Jet package, you need to install Go and set your Go workspace first. -[Go](https://golang.org/) **version 1.22+ is required** +[Go](https://golang.org/) **version 1.24+ is required** ### Installation