You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ go test -v ./...
...
cmd/bulk_load_timescale/main.go:20:2: module github.com/jackc/pgx@latest found (v3.6.2+incompatible), but does not contain package github.com/jackc/pgx/pgxpool
Googling, this should be github.com/jackc/pgx/v4/pgxpool now.
Trying to run the tests, it fails:
Googling, this should be
github.com/jackc/pgx/v4/pgxpool
now.So apply the following diff:
Then run
go mod tidy
. Now we can get some test results but still see failures (apparently need a V1 and and V2 influxdb running?):The text was updated successfully, but these errors were encountered: