Skip to content

Commit

Permalink
chore(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] authored and bnallapeta committed Apr 10, 2024
1 parent 1f64991 commit 8f458e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Expand Up @@ -50,7 +50,7 @@ jobs:
make install
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: latest
only-new-issues: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Expand Up @@ -44,7 +44,7 @@ jobs:
make install
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: latest
only-new-issues: false
Expand Down

0 comments on commit 8f458e3

Please sign in to comment.