diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4da17a047..e9eac42e7 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@v6 + uses: golangci/golangci-lint-action@v8 with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. version: v1.64.8