Skip to content

Bump github.com/docker/docker from 28.1.1+incompatible to 28.2.1+incompatible #623

Bump github.com/docker/docker from 28.1.1+incompatible to 28.2.1+incompatible

Bump github.com/docker/docker from 28.1.1+incompatible to 28.2.1+incompatible #623

Workflow file for this run

---
name: golangci-lint
on:
pull_request:
permissions:
contents: read
pull-requests: write
jobs:
golangci:
name: Lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: WillAbides/setup-go-faster@v1.14.0
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: latest
install-mode: goinstall
only-new-issues: true