Skip to content

Commit

Permalink
Update golangci/golangci-lint-action action to v4 (#93)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 10, 2024
1 parent 425f751 commit 9d2aed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/operator_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
go-version: ${{ inputs.GOLANG_VERSION }}

- name: Lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: ${{ inputs.GOLANG_CI_LINT_VERSION }}
only-new-issues: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/operator_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
go-version: ${{ inputs.GOLANG_VERSION }}

- name: Lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: ${{ inputs.GOLANG_CI_LINT_VERSION }}
only-new-issues: false
Expand Down

0 comments on commit 9d2aed3

Please sign in to comment.