Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
simar7 committed Sep 11, 2023
1 parent fcd7e29 commit cfda7d6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/golangci-lint.yml
Expand Up @@ -24,6 +24,8 @@ jobs:
cache: true
cache-dependency-path: go.sum
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.3.1
uses: golangci/golangci-lint-action@v3
with:
args: --timeout 3m --verbose
version: v1.48
skip-cache: true
args: --timeout 10m --verbose

0 comments on commit cfda7d6

Please sign in to comment.