added docker config to circleci

This commit is contained in:
Jakub Vavřík
2021-01-28 18:11:28 +01:00
parent 87f0f1b09c
commit f2cdce3ca0

View File

@@ -10,6 +10,10 @@ jobs:
steps:
- checkout # check out source code to working directory
- setup_remote_docker:
version: 19.03.13
docker_layer_caching: true
- restore_cache:
keys:
- go-mod-v4-{{ checksum "go.sum" }}