Skip to content

Commit

Permalink
Update remote Docker engine version (thanos-io#5083)
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Gera <[email protected]>
Signed-off-by: Nicholaswang <[email protected]>
  • Loading branch information
matej-g authored and Nicholaswang committed Mar 6, 2022
1 parent 2beac21 commit c601ed5
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 c601ed5

Please sign in to comment.