Skip to content

Commit

Permalink
Update remote Docker engine version (#5083)
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Gera <matejgera@gmail.com>
  • Loading branch information
matej-g committed Jan 20, 2022
1 parent 78d250b commit 5c11f24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- checkout
- go/mod-download-cached
- setup_remote_docker:
version: 18.06.0-ce
version: 20.10.11
- run:
name: Create Secret if PR is not forked
# GCS integration tests are run only for author's PR that have write access, because these tests
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- checkout
- go/mod-download-cached
- setup_remote_docker:
version: 18.06.0-ce
version: 20.10.11
- attach_workspace:
at: .
# Register qemu to support multi-arch.
Expand All @@ -96,7 +96,7 @@ jobs:
- checkout
- go/mod-download-cached
- setup_remote_docker:
version: 18.06.0-ce
version: 20.10.11
- attach_workspace:
at: .
- run: make tarballs-release
Expand Down

0 comments on commit 5c11f24

Please sign in to comment.