diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index fa51ca529..a7ec64c08 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -159,7 +159,7 @@ jobs: cache: false - name: golangci-lint if: needs.chart-changed.outputs.any_changed == 'true' - uses: golangci/golangci-lint-action@v6 + uses: golangci/golangci-lint-action@v8 with: version: v1.63.4 working-directory: ./tests/helm/ diff --git a/.github/workflows/workflow-integration-tests.yaml b/.github/workflows/workflow-integration-tests.yaml index 1514fa071..f887718d5 100644 --- a/.github/workflows/workflow-integration-tests.yaml +++ b/.github/workflows/workflow-integration-tests.yaml @@ -48,7 +48,7 @@ jobs: go-version: "1.22" cache: false - name: golangci-lint - uses: golangci/golangci-lint-action@v6 + uses: golangci/golangci-lint-action@v8 with: version: v1.63.4 working-directory: ./tests/integration/