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.1+incompatible #315

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

Update module github.com/docker/cli to v29.4.1+incompatible #315

Workflow file for this run

name: Go Lint
on: [push]
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: '1.26'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v9