Skip to content

Commit 7c40570

Browse files
authored
Merge pull request docker#9722 from glours/fix-linting-ci-task
fix version of golangci-lint to v1.47.3, issue with v1.48.0 for now
2 parents bb04677 + e65ada3 commit 7c40570

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ jobs:
3333
- name: Run golangci-lint
3434
env:
3535
BUILD_TAGS: e2e
36-
uses: golangci/golangci-lint-action@v2
36+
uses: golangci/golangci-lint-action@v3
3737
with:
38+
version: v1.47.3
3839
args: --timeout=180s
3940

4041
# only on main branch, costs too much for the gain on every PR

0 commit comments

Comments
 (0)