From 6dad6b37518071c8d1c21ee87983fff4b0dbdebc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2020 23:46:14 +0900 Subject: [PATCH] Update cimg/go Docker tag to v1.14.7 (#353) Co-authored-by: Renovate Bot --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 950ff09c..e1d78446 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2.1 jobs: test: docker: - - image: cimg/go:1.14.6 + - image: cimg/go:1.14.7 steps: - checkout - restore_cache: