chore: set Go 1.21 for modules

This commit is contained in:
Manuel de la Peña
2024-09-16 17:16:20 +02:00
parent c80f1269f0
commit 1d6c0c3e25
8 changed files with 87 additions and 4 deletions

View File

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