chore: adjust Go matrix versions to use 1.20 as the minimum version

This commit is contained in:
Manuel de la Peña
2024-09-16 13:30:56 +02:00
parent 471a6ac36a
commit c80f1269f0
12 changed files with 8 additions and 91 deletions

View File

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