Skip to content

Commit

Permalink
fix: bump golanci-lint action (#1453)
Browse files Browse the repository at this point in the history
fix: golangci-lint version
  • Loading branch information
psturc authored Nov 11, 2024
1 parent d8a0ce6 commit bb61356
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/PR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ jobs:
go-version: '1.21'
- run: go version
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v6
with:
args: --timeout=10m
version: v1.61
- name: Run Gosec Security Scanner
uses: securego/[email protected]
with:
Expand Down

0 comments on commit bb61356

Please sign in to comment.