Skip to content

Commit

Permalink
fix(ci): increase timeout and fix version of golintci 💚
Browse files Browse the repository at this point in the history
  • Loading branch information
kareemmahlees committed Feb 11, 2024
1 parent 0d82d1f commit 925eb85
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: "1.21"
cache: false
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54
version: v1.53
args: --timeout=30m

0 comments on commit 925eb85

Please sign in to comment.