influxdata / influxdb-client-go

InfluxDB 2 Go Client
MIT License
609 stars 116 forks source link

BUGFIX: ci image to include go #409

Open mattclegg opened 1 month ago

mattclegg commented 1 month ago

circle-ci is using a deprecated image 'ubuntu-2004:202201-02'.

Proposed Changes

cimg/go is a Docker image created by CircleCI with continuous integration builds in mind. Each tag contains a complete Go version and toolchain, the testing wrapper gotestsum, and any binaries and tools that are required for builds to complete successfully in a CircleCI environment.

Checklist