Skip to content

Commit

Permalink
chore(lint): increase timeout to 5m (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdh authored Feb 18, 2022
1 parent bd2e4cc commit a0d697e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: '^1.16'
go-version: "^1.16"
- uses: actions/checkout@v2
with:
fetch-depth: 0
Expand All @@ -17,3 +17,4 @@ jobs:
with:
skip-go-installation: true
version: v1.42.1
args: --timeout=5m

0 comments on commit a0d697e

Please sign in to comment.