diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b67c619..7b56dee 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -49,10 +49,12 @@ jobs: steps: - name: Check out code into the Go module directory uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: golangci-lint uses: golangci/golangci-lint-action@v2 with: - version: v1.34.0 + version: v1.35.0 excludeFmtErrorf: name: exclude fmt.Errorf