From f53eebb83402662345b13742da4f30606cc3a71e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 09:42:49 +0000 Subject: [PATCH] chore(deps): update cimg/go docker tag to v1.20.7 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 87882935b..fb3dccfbb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -194,7 +194,7 @@ jobs: go-test: docker: # run the steps with Docker # CircleCI Go images available at: https://hub.docker.com/r/circleci/golang/ - - image: cimg/go:1.20.6 + - image: cimg/go:1.20.7 # directory where steps are run. Path must conform to the Go Workspace requirements working_directory: ~/repo steps: