From 7eefb27838e699e4d70e931c64fb620698da5632 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 17:20:43 +0200 Subject: [PATCH] Update golangci/golangci-lint-action action to v5 (#99) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/operator_pull_request.yaml | 2 +- .github/workflows/operator_push.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/operator_pull_request.yaml b/.github/workflows/operator_pull_request.yaml index 85c26ea..25a9434 100644 --- a/.github/workflows/operator_pull_request.yaml +++ b/.github/workflows/operator_pull_request.yaml @@ -90,7 +90,7 @@ jobs: go-version: ${{ inputs.GOLANG_VERSION }} - name: Lint - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v5 with: version: ${{ inputs.GOLANG_CI_LINT_VERSION }} only-new-issues: false diff --git a/.github/workflows/operator_push.yaml b/.github/workflows/operator_push.yaml index 639b689..8fce2fe 100644 --- a/.github/workflows/operator_push.yaml +++ b/.github/workflows/operator_push.yaml @@ -118,7 +118,7 @@ jobs: go-version: ${{ inputs.GOLANG_VERSION }} - name: Lint - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v5 with: version: ${{ inputs.GOLANG_CI_LINT_VERSION }} only-new-issues: false