Skip to content

Commit

Permalink
Update to golangci/golangci-lint-actions@v6
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Vazquez <[email protected]>
  • Loading branch information
austinvazquez committed Sep 7, 2024
1 parent 482c3f8 commit ad16bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v4
- name: lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: v1.53
args: --print-resources-usage --timeout=10m --verbose

0 comments on commit ad16bec

Please sign in to comment.