fix: use Go 1.23

This commit is contained in:
Manuel de la Peña
2025-04-09 10:08:47 +02:00
parent 3cbad5a75e
commit 6fbff46b8e
10 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
module github.com/gofiber/storage/postgres/v3
go 1.23.7
go 1.23
require (
github.com/jackc/pgx/v5 v5.6.0