Skip to content

Bump github.com/fsouza/go-dockerclient in /release/cli (#7275) #23250

Bump github.com/fsouza/go-dockerclient in /release/cli (#7275)

Bump github.com/fsouza/go-dockerclient in /release/cli (#7275) #23250

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.20"
check-latest: true
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.51.2
only-new-issues: true
# Disable package caching to avoid a double cache with setup-go.
skip-pkg-cache: true
args: --timeout 10m