Skip to content

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

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

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

Workflow file for this run

name: Lint
on:
push:
tags:
- v*
branches:
- '**'
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
skip-go-installation: false
args: --timeout=10m