Skip to content

Commit

Permalink
workflows: bump golangci-lint-action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremmfr committed Nov 7, 2024
1 parent 4821164 commit 9c5088b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v6
with:
version: v1.61.0
args: -c .golangci.yml -v
Expand Down

0 comments on commit 9c5088b

Please sign in to comment.