Skip to content

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

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

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

Workflow file for this run

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