From 4ffb4abbccd1f967fde35761cd81b9f72cf0597c Mon Sep 17 00:00:00 2001 From: mitch Date: Tue, 25 Oct 2022 09:45:32 -0400 Subject: [PATCH] Updated to new circle ci image --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 392acc7..a19a560 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,7 @@ jobs: # Specify the execution environment. You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub. # See: https://circleci.com/docs/2.0/configuration-reference/#docker-machine-macos-windows-executor docker: - - image: circleci/golang:1.17 + - image: cimg/go:1.17 # Add steps to the job # See: https://circleci.com/docs/2.0/configuration-reference/#steps steps: