Skip to content

Commit

Permalink
Update golangci-lint version and skip cache
Browse files Browse the repository at this point in the history
Signed-off-by: Yussuf Shaikh <[email protected]>
  • Loading branch information
yussufsh committed Mar 4, 2024
1 parent 24aa553 commit a63bd9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.53.3
version: v1.56
args: --timeout=10m
skip-cache: true

- name: Run go Security Scanner
uses: securego/gosec@master
Expand Down

0 comments on commit a63bd9d

Please sign in to comment.