2
0

Update issue template to use pgx v5

This commit is contained in:
Jack Christensen
2023-02-01 19:40:25 -06:00
parent 9963c32d4f
commit 32c29a6edd
+1 -1
View File
@@ -23,7 +23,7 @@ import (
"log"
"os"
"github.com/jackc/pgx/v4"
"github.com/jackc/pgx/v5"
)
func main() {