Skip to content

chore(deps): bump github.com/docker/docker from 26.1.4+incompatible to 26.1.5+incompatible #71

chore(deps): bump github.com/docker/docker from 26.1.4+incompatible to 26.1.5+incompatible

chore(deps): bump github.com/docker/docker from 26.1.4+incompatible to 26.1.5+incompatible #71

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golangci-lint
run : make lint