Skip to content

Bump github.com/docker/docker from 24.0.7+incompatible to 26.1.3+incompatible #6780

Bump github.com/docker/docker from 24.0.7+incompatible to 26.1.3+incompatible

Bump github.com/docker/docker from 24.0.7+incompatible to 26.1.3+incompatible #6780

Workflow file for this run

---
name: Lint
on: # yamllint disable-line rule:truthy
push:
branches:
- '*'
tags-ignore:
- 'v*'
paths:
- '**.go'
pull_request:
types:
- opened
- synchronize
- reopened
workflow_call: {}
workflow_dispatch: {}
jobs:
golangci_lint:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.x
- name: Checkout code
uses: actions/checkout@v3
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout 10m --verbose