Skip to content

Bump github.com/docker/docker from 27.3.0+incompatible to 27.3.1+incompatible #219

Bump github.com/docker/docker from 27.3.0+incompatible to 27.3.1+incompatible

Bump github.com/docker/docker from 27.3.0+incompatible to 27.3.1+incompatible #219

Workflow file for this run

name: Linters
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
GO_VERSION: 1.22.7
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60