Skip to content

Bump github.com/docker/docker from 25.0.5+incompatible to 25.0.6+incompatible #2629

Bump github.com/docker/docker from 25.0.5+incompatible to 25.0.6+incompatible

Bump github.com/docker/docker from 25.0.5+incompatible to 25.0.6+incompatible #2629

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: '1.20'
check-latest: true
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2