Skip to content

Bump github.com/docker/cli from 25.0.3+incompatible to 29.2.0+incompatible #1386

Bump github.com/docker/cli from 25.0.3+incompatible to 29.2.0+incompatible

Bump github.com/docker/cli from 25.0.3+incompatible to 29.2.0+incompatible #1386

Workflow file for this run

---
name: Static validation
on: # yamllint disable-line rule:truthy
pull_request:
branches: [master]
jobs:
validation:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- name: make validate
run: |
make validate