Skip to content

Commit

Permalink
prep nrpgx5 pr for release
Browse files Browse the repository at this point in the history
  • Loading branch information
iamemilio committed Nov 14, 2022
1 parent ea8ed91 commit e1ee0c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,9 @@ jobs:
- go-version: 1.17.x
dirs: v3/integrations/nrpq
extratesting: go get -u github.com/lib/pq@master
- go-version: 1.17.x
dirs: v3/integrations/nrpgx5
extratesting: go get -u github.com/jackc/pgx/v5@master
- go-version: 1.17.x
dirs: v3/integrations/nrpq/example/sqlx
- go-version: 1.17.x
Expand Down
2 changes: 1 addition & 1 deletion v3/integrations/nrpgx5/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/egon12/pgsnap v0.0.0-20221022154027-2847f0124ed8
github.com/jackc/pgx/v4 v4.17.2 // indirect
github.com/jackc/pgx/v5 v5.0.3
github.com/newrelic/go-agent/v3 v3.3.0
github.com/newrelic/go-agent/v3 v3.20.0
github.com/stretchr/testify v1.8.0
golang.org/x/crypto v0.1.0 // indirect
)

0 comments on commit e1ee0c8

Please sign in to comment.