diff --git a/Getting-started-with-pgx.md b/Getting-started-with-pgx.md index 86b2842..ce13a93 100644 --- a/Getting-started-with-pgx.md +++ b/Getting-started-with-pgx.md @@ -63,7 +63,7 @@ import ( "fmt" "os" - "github.com/jackc/pgx/v4" + "github.com/jackc/pgx/v5" ) func main() {