Skip to content

Bump github.com/docker/docker from 25.0.5+incompatible to 26.1.4+incompatible in /tools #163

Bump github.com/docker/docker from 25.0.5+incompatible to 26.1.4+incompatible in /tools

Bump github.com/docker/docker from 25.0.5+incompatible to 26.1.4+incompatible in /tools #163

Workflow file for this run

name: Run lint
on: [ push, pull_request ]
jobs:
lint:
strategy:
matrix:
platform: [ "ubuntu-latest" ]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Lint
run: make lint