Skip to content

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

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

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

Workflow file for this run

name: lint
on:
pull_request:
branches:
- '*'
push:
branches:
- 'main'
tags:
- '*'
workflow_dispatch: {}
jobs:
golangci-lint:
timeout-minutes: ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }}
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: setup golang
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run golangci-lint
uses: golangci/[email protected]
with:
skip-cache: true # actions/setup-go from v4 handles caching for us