diff --git a/.github/workflows/go-ci.yaml b/.github/workflows/go-ci.yaml index 87a831f..5b2d1ec 100644 --- a/.github/workflows/go-ci.yaml +++ b/.github/workflows/go-ci.yaml @@ -85,7 +85,7 @@ jobs: uses: golangci/golangci-lint-action@v7 with: version: v2.0 - args: --cache-dir .golangci-cache + # args: --cache-dir .golangci-cache # go test will compile the code, so we don't need to run go build - name: Go Compile and Test