diff --git a/.circleci/config.yml b/.circleci/config.yml index 399e8b442142..f0746bed2ded 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ version: 2.1 jobs: test: docker: - - image: cimg/go:1.15.4 + - image: cimg/go:1.15.13 steps: - checkout - run: @@ -16,7 +16,7 @@ jobs: command: go test ./replica build_push: docker: # run the steps with Docker - - image: cimg/go:1.13 # ...with this image as the primary container + - image: cimg/go:1.15.13 # ...with this image as the primary container # this is where all `steps` will run steps: - checkout