Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samlaf authored Aug 21, 2024
1 parent 1a62c4d commit 3a5c690
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
uses: actions/checkout@v3

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: v1.54
args: --timeout 3m --verbose
version: v1.60
args: --timeout 3m

go-sec:
runs-on: ubuntu-latest
Expand All @@ -35,4 +35,4 @@ jobs:
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: ./...
args: ./...

0 comments on commit 3a5c690

Please sign in to comment.