From 32c29a6eddb3ba2140bc65c087f71f720160e643 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Wed, 1 Feb 2023 19:40:25 -0600 Subject: [PATCH] Update issue template to use pgx v5 --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e3e15746..dce293cf 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -23,7 +23,7 @@ import ( "log" "os" - "github.com/jackc/pgx/v4" + "github.com/jackc/pgx/v5" ) func main() {