Skip to content

Commit aac0e8c

Browse files
committed
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
1 parent f4c0e2e commit aac0e8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ jobs:
5757
- image: cimg/go:1.15.6
5858
steps:
5959
- checkout
60-
- setup_remote_docker
60+
- setup_remote_docker:
61+
version: 20.10.14
6162
- run: |
6263
./circle-test.sh "<< parameters.product >>"
6364

0 commit comments

Comments
 (0)