Skip to content

Bump github.com/docker/cli from 28.4.0+incompatible to 28.5.1+incompatible #4255

Bump github.com/docker/cli from 28.4.0+incompatible to 28.5.1+incompatible

Bump github.com/docker/cli from 28.4.0+incompatible to 28.5.1+incompatible #4255

Workflow file for this run

name: build
on:
push:
branches:
- '**'
pull_request:
paths:
- '**'
- '!doc/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
- run: make build