Skip to content

Commit

Permalink
Merge pull request #615 from stakater/renovate/golangci-golangci-lint…
Browse files Browse the repository at this point in the history
…-action-4.x

chore(deps): update golangci/golangci-lint-action action to v4
  • Loading branch information
bnallapeta committed Apr 10, 2024
2 parents 1f64991 + 8f458e3 commit 86bec3e
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 86bec3e

Please sign in to comment.