fix: use Go 1.23.0

This commit is contained in:
Manuel de la Peña
2025-04-09 10:15:34 +02:00
parent 6fbff46b8e
commit ea7c246e81
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
go 1.23.0
require (
github.com/jackc/pgx/v5 v5.6.0