Skip to content
Snippets Groups Projects
Commit aac0e8c4 authored by Brandon Pfeifer's avatar Brandon Pfeifer
Browse files

chore: upgrade remote docker version

While upgrading the machine image seems to have resolved the issue,
the CircleCI documentation suggests upgrading the Docker runtime
version as well.

https://support.circleci.com/hc/en-us/articles/6025804632987
parent f4c0e2e8
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,8 @@ jobs: ...@@ -57,7 +57,8 @@ jobs:
- image: cimg/go:1.15.6 - image: cimg/go:1.15.6
steps: steps:
- checkout - checkout
- setup_remote_docker - setup_remote_docker:
version: 20.10.14
- run: | - run: |
./circle-test.sh "<< parameters.product >>" ./circle-test.sh "<< parameters.product >>"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment