From 6d5708800f31e99b32cbf6c782bf44266a9a92a0 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Sun, 19 May 2024 20:48:59 -0700 Subject: [PATCH] circleci: Some days I really hate computers. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b5b0abf..87ba58a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,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: cimg/golang:1.22.2 + - image: cimg/go:1.22.2 # Add steps to the job # See: https://circleci.com/docs/2.0/configuration-reference/#steps steps: