Skip to content

Commit

Permalink
update golangci-version lint
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Lamarre <alexandre.lamarre@suse.com>
  • Loading branch information
alexandreLamarre committed Dec 13, 2024
1 parent 7b843b4 commit 010f271
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60.2
version: v1.62.2
build:
strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .golangci.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
]
},
"run": {
"deadline": "5m"
"timeout": "5m"
},
"issues": {
"skip-files": [
"/zz_generated_"
]
}
}
}

0 comments on commit 010f271

Please sign in to comment.