algolia / cli

🔍 Algolia’s official CLI devtool
https://www.algolia.com/doc/tools/cli
MIT License
103 stars 27 forks source link

Make telemetry non-blocking #48

Closed clemfromspace closed 2 years ago

clemfromspace commented 2 years ago

Two main changes in this PR:

  1. Change the Go version to 1.19 for the CI / CD pipelines (closer to what we have on our machines). (Except for golangci-lint not compatible yet with 1.19, so we use 1.18 instead).
  2. Do not wait for telemetry events to be send after a command is called.