Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.

Update module github.com/docker/cli to v29.4.2+incompatible #322

Update module github.com/docker/cli to v29.4.2+incompatible

Update module github.com/docker/cli to v29.4.2+incompatible #322

Workflow file for this run

name: Go format
permissions:
contents: read
on: [push]
jobs:
gofmt:
name: format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: '1.26'
cache: false
- name: gofmt
run: |
gofmt -s -w ./