Skip to content

Commit ac3aa27

Browse files
authored
.github: Update the golangci-lint version (#2724)
Signed-off-by: timflannagan <[email protected]>
1 parent 19ea2cc commit ac3aa27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sanity.yaml

+1-1
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

+1-1
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)