From 6ce77db3246331ef07513b859597cc72762f0c35 Mon Sep 17 00:00:00 2001 From: Michael Ibragimchayev Date: Sat, 10 Jun 2023 22:30:42 -0400 Subject: [PATCH] Update circleCI config --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5ac785d..8f8fc76 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -51,7 +51,7 @@ workflows: jobs: test: docker: - - image: cimg/go:1.20 + - image: cimg/go:1.19.4 steps: - checkout - restore_cache: @@ -79,7 +79,7 @@ jobs: type: boolean default: false docker: - - image: cimg/go:1.20 + - image: cimg/go:1.19.4 steps: - checkout - run: @@ -112,7 +112,7 @@ jobs: type: boolean default: false docker: - - image: cimg/go:1.20 + - image: cimg/go:1.19.4 steps: - checkout - run: @@ -123,7 +123,7 @@ jobs: command: cd webapp && go build -o yurl-webapp deploy: docker: - - image: cimg/go:1.20 + - image: cimg/go:1.19.4 steps: - checkout - add_ssh_keys