Skip to content

Commit c1ed760

Browse files
committed
.github: Update the golangci-lint version
Signed-off-by: timflannagan <timflannagan@gmail.com>
1 parent 19ea2cc commit c1ed760

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sanity.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Run linting checks
2323
uses: "golangci/golangci-lint-action@v2"
2424
with:
25-
version: "v1.43"
25+
version: "v1.45.2"

.golangci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
run:
2-
timeout: 5m
2+
timeout: 8m
33
skip-dirs:
44
- pkg/lib
55
- pkg/api

0 commit comments

Comments
 (0)