Skip to content

Commit fe89caa

Browse files
authored
ci: upgrade golangci-lint 1.52.2 -> 1.59.1 (#2777)
Signed-off-by: Eliott Bouhana <[email protected]>
1 parent 891aad4 commit fe89caa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unit-integration-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ jobs:
3939
- name: golangci-lint
4040
uses: reviewdog/action-golangci-lint@v2
4141
with:
42+
golangci_lint_flags: "--timeout 10m" # We are hitting timeout when there is no cache
4243
go_version: ${{ inputs.go-version }}
43-
golangci_lint_version: v1.52.2
44+
golangci_lint_version: v1.59.1
4445
fail_on_error: true
4546
reporter: github-pr-review
4647

0 commit comments

Comments
 (0)