Skip to content

Commit

Permalink
fix(lint): fix linting error (#250)
Browse files Browse the repository at this point in the history
* refactor: error format

* refactor: decrease timeout

* refactor: decrease timeout

* refactor: set default timeout
  • Loading branch information
scortier authored Oct 7, 2021
1 parent b39ddc5 commit 8a5bc4c
Show file tree
Hide file tree
Showing 5 changed files with 149 additions and 75 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- main
pull_request:
workflow_dispatch:

jobs:
golangci:
Expand All @@ -21,4 +20,4 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
skip-go-installation: true
version: v1.41.1
version: v1.42.1
Loading

0 comments on commit 8a5bc4c

Please sign in to comment.