influxdb-client-go icon indicating copy to clipboard operation
influxdb-client-go copied to clipboard

BUGFIX: ci image to include go

Open mattclegg opened this issue 1 year ago • 0 comments

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

  • [x] Rebased/mergeable
  • [ ] Tests pass (unable to test from PR)
  • [x] Commit messages are in semantic format
  • [x] Sign CLA (if not already signed)

mattclegg avatar Oct 22 '24 13:10 mattclegg