From cf73e9a49526e15f7cbcf187d85c1b9bb661ce21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2020 14:29:59 +0900 Subject: [PATCH] Update cimg/go Docker tag to v1.14.6 (#340) 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 0849f87f..950ff09c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2.1 jobs: test: docker: - - image: cimg/go:1.14.4 + - image: cimg/go:1.14.6 steps: - checkout - restore_cache: