Skip to content

chore(deps): bump github.com/docker/docker from 24.0.5+incompatible to 24.0.7+incompatible #144

chore(deps): bump github.com/docker/docker from 24.0.5+incompatible to 24.0.7+incompatible

chore(deps): bump github.com/docker/docker from 24.0.5+incompatible to 24.0.7+incompatible #144

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
- '.golangci.yml'
- '.github/workflows/lint.yml'
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Set up Go
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version-file: 'go.mod'
- name: Run linters
uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # v3.6.0
with:
version: latest