diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bc089ebec..58590fd8c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -250,7 +250,7 @@ jobs: go-version: ${{ env.latest_go }} - name: golangci-lint - uses: golangci/golangci-lint-action@v8 + uses: golangci/golangci-lint-action@v9 with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. version: v2.4.0