diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a765c5cd21..16eb4dfd2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -162,11 +162,6 @@ jobs: go-version-file: 'go.mod' check-latest: true cache: true - - - name: Setup docker CLI - run: | - curl https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_CLI_VERSION}.tgz | tar xz - sudo cp ./docker/docker /usr/bin/ && rm -rf docker && docker version - name: Build uses: docker/bake-action@v2