Skip to content

Bump github.com/docker/docker from 24.0.7+incompatible to 26.0.0+incompatible #338

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

Bump github.com/docker/docker from 24.0.7+incompatible to 26.0.0+incompatible #338

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- master
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.2
- name: golangci-lint
uses: golangci/golangci-lint-action@v4.0.0
with:
version: latest
args: -D errcheck