influxdb-comparisons
influxdb-comparisons copied to clipboard
build bulk_load_timescale error!
When I build influxdb-comparisons/cmd/bulk_load_timescale, error occurs below:
go: finding module for package github.com/jackc/pgx/pgxpool
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
use "github.com/jackc/pgx/v4" to replace "github.com/jackc/pgx" "github.com/jackc/pgx/v4/pgxpool" to replace "github.com/jackc/pgx/pgxpool"