Skip to content

vendor(deps): bump github.com/fsouza/go-dockerclient from 1.10.0 to 1.10.1 #323

vendor(deps): bump github.com/fsouza/go-dockerclient from 1.10.0 to 1.10.1

vendor(deps): bump github.com/fsouza/go-dockerclient from 1.10.0 to 1.10.1 #323

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
branches:
- "*"
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.21"
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55
args: --timeout 3m