Skip to content

Commit ed18990

Browse files
authored
Fix linter issues (#589)
* Update go.work.sum Signed-off-by: Caleb Brown <[email protected]> * Add a long timeout for golanci-lint Signed-off-by: Caleb Brown <[email protected]> --------- Signed-off-by: Caleb Brown <[email protected]>
1 parent 39a763a commit ed18990

File tree

2 files changed

+147
-10
lines changed

2 files changed

+147
-10
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
go-version: "1.21"
3333
- name: golangci-lint
3434
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804
35+
with:
36+
args: --timeout=30m
3537
check-scorecard-version:
3638
runs-on: ubuntu-latest
3739
steps:

0 commit comments

Comments
 (0)