Skip to content

Commit

Permalink
.github: Update the golangci-lint version (#2724)
Browse files Browse the repository at this point in the history
Signed-off-by: timflannagan <timflannagan@gmail.com>
  • Loading branch information
timflannagan committed Apr 4, 2022
1 parent 19ea2cc commit ac3aa27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sanity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Run linting checks
uses: "golangci/golangci-lint-action@v2"
with:
version: "v1.43"
version: "v1.45.2"
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
run:
timeout: 5m
timeout: 8m
skip-dirs:
- pkg/lib
- pkg/api
Expand Down

0 comments on commit ac3aa27

Please sign in to comment.