From ca6666d271b79ff5e181ddad33889d39b48aa570 Mon Sep 17 00:00:00 2001 From: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com> Date: Fri, 23 Jun 2023 10:18:58 -0400 Subject: [PATCH] Fix failure in CI while creating kind cluster (#1462) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 21f1d5d6..d76b605e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest name: molecule env: - DOCKER_API_VERSION: "1.38" + DOCKER_API_VERSION: "1.41" steps: - uses: actions/checkout@v2