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
When I want run ‘go get github.com/influxdata/influxdb-comparisons/cmd/bulk_query_gen github.com/influxdata/influxdb-comparisons/cmd/query_benchmarker_influxdb’. The console shows '# github.com/influxdata/influxdb-comparisons/bulk_query/httpgolang/gopath/src/github.com/influxdata/influxdb-comparis'
The text was updated successfully, but these errors were encountered:
$ go get github.com/influxdata/influxdb-comparisons/cmd/query_benchmarker_influxdb
# github.com/influxdata/influxdb-comparisons/bulk_query/http
go/src/github.com/influxdata/influxdb-comparisons/bulk_query/http/http_client.go:32:20: unknown field 'MaxConnsPerHost'in struct literal of type http.Transport
$ go version
go version go1.10.4 linux/amd64
On Ubuntu, I'm able to install a newer version of go using this:
When I want run ‘go get github.com/influxdata/influxdb-comparisons/cmd/bulk_query_gen github.com/influxdata/influxdb-comparisons/cmd/query_benchmarker_influxdb’. The console shows '# github.com/influxdata/influxdb-comparisons/bulk_query/httpgolang/gopath/src/github.com/influxdata/influxdb-comparis'
The text was updated successfully, but these errors were encountered: