1
0
mirror of https://github.com/docker/compose.git synced 2025-04-08 17:05:13 +02:00

Merge pull request from glours/fix-linting-ci-task

fix version of golangci-lint to v1.47.3, issue with v1.48.0 for now
This commit is contained in:
Guillaume Lours 2022-08-05 10:46:21 +02:00 committed by GitHub
commit 7c405706b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,8 +33,9 @@ jobs:
- name: Run golangci-lint
env:
BUILD_TAGS: e2e
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: v1.47.3
args: --timeout=180s
# only on main branch, costs too much for the gain on every PR