diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index c6a5776e..32ccd39c 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/setup-go@v4 with: go-version-file: ./go.mod - cache: true # caching and restoring go modules and build outputs + cache: false # caching and restoring go modules and build outputs - name: Check that 'go mod tidy' was called before commit run: go mod tidy && git diff --exit-code