Skip to content

Commit e65ada3

Browse files
committed
fix version of golangci-lint to v1.47.3, issue with v1.48.0 for now
Signed-off-by: Guillaume Lours <[email protected]>
1 parent bb04677 commit e65ada3

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)