Skip to content

Commit

Permalink
bump nrpgx5 to go version 1.17 to align with EOL policy
Browse files Browse the repository at this point in the history
  • Loading branch information
iamemilio committed Nov 14, 2022
1 parent 34f6cdf commit 75fd2c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -190,6 +190,7 @@ jobs:
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
4 changes: 1 addition & 3 deletions v3/integrations/nrpgx5/go.mod
@@ -1,12 +1,10 @@
module github.com/newrelic/go-agent/v3/integrations/nrpgx5

go 1.11
go 1.17

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.20.0
github.com/stretchr/testify v1.8.0
golang.org/x/crypto v0.1.0 // indirect
)

0 comments on commit 75fd2c3

Please sign in to comment.