diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 784d86f..d0019fc 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,7 +20,7 @@ jobs: uses: golangci/golangci-lint-action@v3.2.0 with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. - version: latest + version: v1.52.2 build: name: Test runs-on: ubuntu-latest