diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 246b0f6f..351c70d2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -24,7 +24,7 @@ jobs: uses: golangci/golangci-lint-action@v4 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.56.2 + version: v1.52.2 build: name: Test runs-on: ubuntu-latest