From b02e04e27b1acd54272c44dc66caf210b9988661 Mon Sep 17 00:00:00 2001 From: mitch Date: Sat, 22 Oct 2022 11:56:34 -0400 Subject: [PATCH] Reduced resource_class size changed from golang to new go docker image --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e59f428..8c3706e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,11 +6,12 @@ version: 2.1 # See: https://circleci.com/docs/2.0/configuration-reference/#jobs jobs: build: + resource_class: small working_directory: ~/repo # 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: circleci/go:1.17 # Add steps to the job # See: https://circleci.com/docs/2.0/configuration-reference/#steps steps: