diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b4b34e62f..43480f9e2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -261,7 +261,7 @@ jobs: uses: actions/checkout@v4 - name: golangci-lint - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v5 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.57.1