Skip to content

gomod(deps): bump github.com/docker/cli from 29.1.2+incompatible to 29.1.3+incompatible in the docker group #2414

gomod(deps): bump github.com/docker/cli from 29.1.2+incompatible to 29.1.3+incompatible in the docker group

gomod(deps): bump github.com/docker/cli from 29.1.2+incompatible to 29.1.3+incompatible in the docker group #2414

Workflow file for this run

name: pull-lint
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review, converted_to_draft]
workflow_dispatch:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/rebase
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.4
args: --verbose
working-directory: "."