Update issue template to use pgx v5

pull/1490/head
Jack Christensen 2023-02-01 19:40:25 -06:00
parent 9963c32d4f
commit 32c29a6edd
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import (
"log"
"os"
"github.com/jackc/pgx/v4"
"github.com/jackc/pgx/v5"
)
func main() {