Open bflad opened 2 years ago
CircleCI is deprecating certain Docker images, which will no longer receive updates. This repository's configuration (.circleci/config.yml) uses circleci/golang, which should be updated to cimg/go before the end of the year.
.circleci/config.yml
circleci/golang
cimg/go
Good catch, thank you.
I'm thinking we might just remove CircleCI altogether as per https://github.com/hashicorp/terraform-exec/issues/220
Description
CircleCI is deprecating certain Docker images, which will no longer receive updates. This repository's configuration (
.circleci/config.yml
) usescircleci/golang
, which should be updated tocimg/go
before the end of the year.References