mirror of
https://github.com/docker/compose.git
synced 2025-07-24 06:04:57 +02:00
fix version of golangci-lint to v1.47.3, issue with v1.48.0 for now
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
parent
bb04677b0f
commit
e65ada3984
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -33,8 +33,9 @@ jobs:
|
|||||||
- name: Run golangci-lint
|
- name: Run golangci-lint
|
||||||
env:
|
env:
|
||||||
BUILD_TAGS: e2e
|
BUILD_TAGS: e2e
|
||||||
uses: golangci/golangci-lint-action@v2
|
uses: golangci/golangci-lint-action@v3
|
||||||
with:
|
with:
|
||||||
|
version: v1.47.3
|
||||||
args: --timeout=180s
|
args: --timeout=180s
|
||||||
|
|
||||||
# only on main branch, costs too much for the gain on every PR
|
# only on main branch, costs too much for the gain on every PR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user