openshift-online / ocm-sdk-go

SDK for the Red Hat OpenShift Cluster Manager
Apache License 2.0
20 stars 125 forks source link

Update version of `pgx` #933

Closed jhernand closed 7 months ago

tzvatot commented 7 months ago

Thanks @jhernand !

Documenting the steps for future upgrades:

$ go get github.com/jackc/pgx/v4
$ go mod tidy
$ cd examples
$ go mod tidy