Skip to content

Commit

Permalink
fix(deps): Update golangci/golangci-lint-action action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 27, 2024
1 parent ed3f401 commit 94fc740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
restore-keys: |
${{runner.os}}-go-${{steps.go.outputs.go-version}}-lint
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: v1.55.2
args: --verbose

0 comments on commit 94fc740

Please sign in to comment.